Tell wrapped spng to give us a static library

This commit is contained in:
Přemysl Eric Janouch 2021-11-12 13:00:35 +01:00
parent 3299cbf825
commit f74e7c34d5
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

View File

@ -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,