aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-10-13 15:46:31 +0200
committerThomas White <taw@physics.org>2021-10-13 15:52:37 +0200
commitecb963680530131a0d08b37b439ce6b24ba7d995 (patch)
tree66ae7af6a669a341ed72613f93ebd4772d3ebc9c /meson.build
parent8f4b2d8249fad3f8d05099b76de698a9f7db64a4 (diff)
Make zlib dependency optional
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6e92d430..45fca0ec 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,6 @@ conf_data = configuration_data()
cc = meson.get_compiler('c')
mdep = cc.find_library('m', required: true)
gsldep = dependency('gsl', required: true)
-zlibdep = dependency('zlib', required: true)
pthreaddep = dependency('threads', required: true)
# Try via pkg-config first: