Skip to content

Commit dadcd7b

Browse files
committed
build: also add allow_fallback, if required can be false, so that subprojects are at least tried on that configuration
1 parent d903dc3 commit dadcd7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dependencies/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ if build_application
319319
nfde_dep = dependency(
320320
'nativefiledialog-extended',
321321
required: not meson.is_cross_build(),
322+
allow_fallback: true,
322323
default_options: {
323324
'xdg-desktop-portal': is_flatpak_build ? 'enabled' : 'auto',
324325
},

0 commit comments

Comments
 (0)