shell: Add missing gdkpixbuf dependency to run-test-js

This executable only got the dependency indirectly through
mutter linking to GTK3. When that is gone this dependency will
be missing, so add it explicitly.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2655>
This commit is contained in:
Carlos Garnacho 2023-02-22 01:07:23 +01:00 committed by Marge Bot
parent 279585c555
commit def818fd31

View File

@ -268,7 +268,7 @@ executable('gnome-shell-perf-helper', 'shell-perf-helper.c',
)
executable('run-js-test', 'run-js-test.c',
dependencies: [mutter_dep, gio_dep, gi_dep, gjs_dep],
dependencies: [mutter_dep, gdk_pixbuf_dep, gio_dep, gi_dep, gjs_dep],
include_directories: [conf_inc],
link_with: libshell,
build_rpath: mutter_typelibdir,