aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-12 13:41:54 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-12 13:42:59 +0100
commitf7c1006053225427aea0828713b9b51546d3b510 (patch)
treed57fdbb39b16b23d6015b9138a5526d2e72d2a53 /meson.build
parentf74e7c34d5d147c6c326accbcc14b5dc92b63cf7 (diff)
downloadfiv-f7c1006053225427aea0828713b9b51546d3b510.tar.gz
fiv-f7c1006053225427aea0828713b9b51546d3b510.tar.xz
fiv-f7c1006053225427aea0828713b9b51546d3b510.zip
Actually add gdk-pixbuf to dependencies
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e7ad62b..07e87ad 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ dependencies = [
dependency('pixman-1'),
libraw,
librsvg,
+ gdkpixbuf,
meson.get_compiler('c').find_library('m', required : false),
]