Actually add gdk-pixbuf to dependencies

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

View File

@ -12,6 +12,7 @@ dependencies = [
dependency('pixman-1'),
libraw,
librsvg,
gdkpixbuf,
meson.get_compiler('c').find_library('m', required : false),
]