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:
authorkcgen <kcgen@users.noreply.github.com>2022-10-14 04:52:14 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-14 05:18:34 +0300
commit1d8ffd0aedf34e1dc11a7efc75b191368f139539 (patch)
tree0a310a73e8ae29f4c545c2b05c5e60f0ea2cb315
parente729eb620ff8f48c1ac54924fd8b233e1b73a75b (diff)
Make system check for SpeexDSP optional
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5d517611a..2c0a49bca 100644
--- a/meson.build
+++ b/meson.build
@@ -374,6 +374,7 @@ zlib_dep = dependency(
speexdsp_dep = dependency(
'speexdsp',
allow_fallback: false,
+ required: false,
static: ('speexdsp' in static_libs_list or prefers_static_libs),
)