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:
authorJookia <contact@jookia.org>2021-03-06 02:55:00 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-12-13 20:41:32 +0300
commit7a945832c8dcd8d4d740d26b3080393b07ad7ebb (patch)
treefc378f9b79fd09d15247dd41708c7712c147db7b /meson_options.txt
parent374cdca2b697de93065fd1a2d67597f052d35612 (diff)
Enable slirp in CI release builds
Co-Authored-by: Jookia <contact@jookia.org> Co-authored-by: kcgen <1557255+kcgen@users.noreply.github.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b13034a79..a2afbf52c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,7 +13,7 @@ option('use_mt32emu', type : 'boolean', value : true,
option('use_png', type : 'boolean', value : true,
description : 'Enable saving screenshots in .png format')
-option('use_slirp', type : 'boolean', value : false,
+option('use_slirp', type : 'boolean', value : true,
description : 'Enable ethernet emulation using libslirp')
# This option exists only for rare situations when Linux developer cannot
@@ -43,7 +43,7 @@ option('dynamic_core', type : 'combo',
# OS, installed libraries, and dependencies of those libraries.
#
option('try_static_libs', type : 'array',
- choices : ['fluidsynth', 'mt32emu', 'opusfile', 'png', 'sdl2', 'sdl2_net'], value : [],
+ choices : ['fluidsynth', 'mt32emu', 'opusfile', 'png', 'sdl2', 'sdl2_net', 'slirp'], value : [],
description : 'Attempt to statically link selected libraries.')
option('unit_tests', type : 'feature', value : 'auto',