Skip to content

build: add missing dependency to gdkpixbuf_dep

Alyssa Ross requested to merge qyliss/gdk-pixbuf:dep into master

This should match the dependencies passed to the library() call that creates gdkpixbuf. Otherwise, linking the gdkpixbuf_bin executables will fail if -Ddefault_library=static, because static libraries don't carry dependency information themselves.

Merge request reports