From dadcd7b4a3397bee8bfa5885b055a5b7a5f0c5ea Mon Sep 17 00:00:00 2001 From: Totto16 Date: Wed, 30 Oct 2024 20:10:36 +0100 Subject: [PATCH] build: also add allow_fallback, if required can be false, so that subprojects are at least tried on that configuration --- tools/dependencies/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/dependencies/meson.build b/tools/dependencies/meson.build index 65c6dbe0..2e333dac 100644 --- a/tools/dependencies/meson.build +++ b/tools/dependencies/meson.build @@ -319,6 +319,7 @@ if build_application nfde_dep = dependency( 'nativefiledialog-extended', required: not meson.is_cross_build(), + allow_fallback: true, default_options: { 'xdg-desktop-portal': is_flatpak_build ? 'enabled' : 'auto', },