aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-12 13:00:35 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-12 13:02:57 +0100
commitf74e7c34d5d147c6c326accbcc14b5dc92b63cf7 (patch)
treed467252ba769c2e96983a4efd0c6571ebaa197e4 /meson.build
parent3299cbf8254a8bc5a39f48836d8d4dc1b3eaab87 (diff)
downloadfiv-f74e7c34d5d147c6c326accbcc14b5dc92b63cf7.tar.gz
fiv-f74e7c34d5d147c6c326accbcc14b5dc92b63cf7.tar.xz
fiv-f74e7c34d5d147c6c326accbcc14b5dc92b63cf7.zip
Tell wrapped spng to give us a static library
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1ec2346..e7ad62b 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,8 @@ gdkpixbuf = dependency('gdk-pixbuf-2.0', required : get_option('gdk-pixbuf'))
dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
- dependency('spng', version : '>=0.7.0'),
+ dependency('spng', version : '>=0.7.0',
+ default_options: 'default_library=static'),
dependency('pixman-1'),
libraw,
librsvg,