From f74e7c34d5d147c6c326accbcc14b5dc92b63cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 12 Nov 2021 13:00:35 +0100 Subject: Tell wrapped spng to give us a static library --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3