Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-04-04 20:38:03 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-04-04 20:38:24 +0300
commitddf73bea27c9077ba0ead46bb4795179527c7907 (patch)
tree668e368b19952336d84d1b2cdbab9533f0366832 /meson_options.txt
parente04909d242bc95fed22cecdb184d34482b45a481 (diff)
Add fluidsynth to try_static_libs listpo/try-static-fluidsynth
Fixes: #968
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cf1c9236d..a0c922a70 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -46,7 +46,7 @@ option('dynamic_core', type : 'combo',
# OS, installed libraries, and dependencies of those libraries.
#
option('try_static_libs', type : 'array',
- choices : ['opusfile', 'png', 'sdl2', 'sdl2_net'], value : [],
+ choices : ['fluidsynth', 'opusfile', 'png', 'sdl2', 'sdl2_net'], value : [],
description : 'Attempt to statically link selected libraries.')
option('unit_tests', type : 'feature', value : 'auto',