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-05-07 04:45:26 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-05-08 02:35:22 +0300
commit67e412eb5386f25fd68cec1e89bedb4fa65f02fe (patch)
tree8db0a5d62640b800056396d53331a09e36b62a62 /meson.build
parent3558786948ede6810c22c0b6d7a208bcab792290 (diff)
Add zlib as a dependency of ZMBV
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 27a20d91d..c6a02f3d9 100644
--- a/meson.build
+++ b/meson.build
@@ -238,6 +238,8 @@ opus_dep = dependency('opusfile',
threads_dep = dependency('threads')
sdl2_dep = dependency('sdl2', version : '>= 2.0.5',
static : ('sdl2' in static_libs_list))
+zlib_dep = dependency('zlib', version : '>= 1.2.11',
+ static : ('zlib' in static_libs_list))
sdl2_net_dep = optional_dep
opengl_dep = optional_dep
fluid_dep = optional_dep