Tell wrapped spng to give us a static library
This commit is contained in:
parent
3299cbf825
commit
f74e7c34d5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue