Skip to content

Commit

Permalink
build: also add allow_fallback, if required can be false, so that sub…
Browse files Browse the repository at this point in the history
…projects are at least tried on that configuration
  • Loading branch information
Totto16 committed Oct 30, 2024
1 parent d903dc3 commit dadcd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/dependencies/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit dadcd7b

Please sign in to comment.