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

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