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:
parent
279585c555
commit
def818fd31
@ -268,7 +268,7 @@ executable('gnome-shell-perf-helper', 'shell-perf-helper.c',
|
|||||||
)
|
)
|
||||||
|
|
||||||
executable('run-js-test', 'run-js-test.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],
|
include_directories: [conf_inc],
|
||||||
link_with: libshell,
|
link_with: libshell,
|
||||||
build_rpath: mutter_typelibdir,
|
build_rpath: mutter_typelibdir,
|
||||||
|
Loading…
Reference in New Issue
Block a user