mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
mutter: switch to clutter-1.8 to satisfy dependency
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. (From OE-Core rev: 0edeb76af401b23b57a895b472ff2995b2f842b5) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f70775506
commit
4f88296244
@@ -1,7 +1,7 @@
|
||||
SECTION = "x11/wm"
|
||||
DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter."
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "startup-notification gtk+ gconf clutter-1.6 gdk-pixbuf-native intltool glib-2.0-native"
|
||||
DEPENDS = "startup-notification gtk+ gconf clutter-1.8 gdk-pixbuf-native intltool glib-2.0-native"
|
||||
# gobject-introspection
|
||||
inherit gnome update-alternatives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user