diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-12 13:41:54 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-12 13:42:59 +0100 |
commit | f7c1006053225427aea0828713b9b51546d3b510 (patch) | |
tree | d57fdbb39b16b23d6015b9138a5526d2e72d2a53 | |
parent | f74e7c34d5d147c6c326accbcc14b5dc92b63cf7 (diff) | |
download | fiv-f7c1006053225427aea0828713b9b51546d3b510.tar.gz fiv-f7c1006053225427aea0828713b9b51546d3b510.tar.xz fiv-f7c1006053225427aea0828713b9b51546d3b510.zip |
Actually add gdk-pixbuf to dependencies
-rw-r--r-- | meson.build | 1 |
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), ] |