fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
project('valatest', 'vala', 'c')
|
||||
|
||||
if not meson.is_unity()
|
||||
add_global_arguments('-Werror', language : 'c')
|
||||
endif
|
||||
|
||||
valadeps = [dependency('glib-2.0', version : '>=2.32'), dependency('gobject-2.0')]
|
||||
|
||||
e = executable('valaprog', 'GLib.Thread.vala', 'retcode.c', dependencies : valadeps)
|
||||
test('valatest', e)
|
||||
Reference in New Issue
Block a user