Skip to content

Commit

Permalink
This new wrap solution changed a dependency variable name, so use the…
Browse files Browse the repository at this point in the history
… new one.
  • Loading branch information
UncombedCoconut committed Apr 28, 2024
1 parent cdde8e5 commit 819bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int main (void) { return 0; }''')
pcre2 = dependency('libpcre2-8', fallback : ['pcre2', 'libpcre2_8'], static: get_option('steamruntime'))
sdl = dependency('sdl2', version: '>=2.0.26', required: true)
sdl_image = dependency('SDL2_image', required: true)
libunibreak = dependency('libunibreak', required: true, version: '>=4.0', fallback: ['libunibreak', 'libunibreak_dep'], static: get_option('steamruntime'))
libunibreak = dependency('libunibreak', required: true, version: '>=4.0', fallback: ['libunibreak'], static: get_option('steamruntime'))
# TODO replace nfd with SDL3 native functions when possible
nfd = dependency('nativefiledialog-extended', required: true, fallback: ['nativefiledialog-extended'] )

Expand Down

0 comments on commit 819bac0

Please sign in to comment.