fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
project('mytest', 'vala', 'c')
|
||||
|
||||
cd = configuration_data()
|
||||
cd.set('x', 'y')
|
||||
|
||||
subdir('src')
|
||||
|
||||
executable('generatedtestparent', [src, config, returncode, wrapper],
|
||||
install : true,
|
||||
dependencies: [dependency('glib-2.0'), dependency('gobject-2.0')])
|
||||
|
||||
subdir('tools')
|
||||
subdir('onlygen')
|
||||
subdir('dependency-generated')
|
||||
Reference in New Issue
Block a user