fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
project('no fallback')
|
||||
foob_dep = dependency('foob', allow_fallback: false, required: true)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
project('foob', 'c')
|
||||
meson.override_dependency('foob', declare_dependency())
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"match": "re",
|
||||
"line": ".*/meson\\.build:2:11: ERROR: (Pkg-config binary for machine MachineChoice\\.HOST not found\\. Giving up\\.|Dependency \"foob\" not found, tried .*)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user