fix: noconfirm auto-selects first AUR match

This commit is contained in:
2026-05-08 11:01:02 +01:00
parent d39cdc3fd9
commit 153cca6132
8056 changed files with 1983098 additions and 779 deletions
@@ -0,0 +1,12 @@
project('test glib target version and gresources', 'c', 'vala')
gnome = import('gnome')
glib = dependency('glib-2.0', version : '>=2.38')
gtk = dependency('gtk+-3.0')
subdir('gres')
e = executable('gtktemplate', 'test.vala', res, dependencies : [glib, gtk])
# No X on the CI, so disable this for now
#test('test-target-glib', e)