clutter: Depend on gdk-pixbuf only for tests

As clutter doesn't use any of it APIs by itself

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3097>
This commit is contained in:
Bilal Elmoussaoui 2023-06-27 13:19:51 +02:00 committed by Robert Mader
parent 8ae7ec08b4
commit 12c85002e9
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@ clutter_pkg_deps = [
clutter_pkg_private_deps = [ clutter_pkg_private_deps = [
fribidi_dep, fribidi_dep,
gdk_pixbuf_dep,
gthread_dep, gthread_dep,
gmodule_no_export_dep, gmodule_no_export_dep,
pangocairo_dep, pangocairo_dep,

View File

@ -68,6 +68,7 @@ executable('test-interactive',
link_args: clutter_tests_interactive_link_args, link_args: clutter_tests_interactive_link_args,
dependencies: [ dependencies: [
libmutter_test_dep, libmutter_test_dep,
gdk_pixbuf_dep,
], ],
install: false, install: false,
) )