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-02-09 15:42:30 +0300
committerPatryk Obara <patryk.obara@gmail.com>2021-02-12 23:41:06 +0300
commitb37b098a617572f68cb6ccf56e8e7dd9e3c45839 (patch)
tree5148bb9846ee7e8a02944248ef97b4854f6556a2 /meson_options.txt
parenta648cad13765f5f3ad636b8b18fb6eb6c3d7329a (diff)
Add mt32emu dependency with meson wrap fallback
Add new option (use_mt32emu), to allow users to opt-out of this dependency if necessary. Aside of Meson WrapDB fallback, treat it as any other dependency.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ebb099812..5aafe7619 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,11 @@ option('use_fluidsynth',
value : true,
description : 'Enable built-in MIDI support via FluidSynth')
+option('use_mt32emu',
+ type : 'boolean',
+ value : true,
+ description : 'Enable built-in MT-32 emulation support')
+
option('use_opusfile',
type : 'boolean',
value : true,