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:
parent
8ae7ec08b4
commit
12c85002e9
@ -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,
|
||||||
|
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user