]> code.ossystems Code Review - openembedded-core.git/commitdiff
metacity(-clutter): use gdk-pixbuf-csource-native
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 24 Sep 2008 14:10:41 +0000 (14:10 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 24 Sep 2008 14:10:41 +0000 (14:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5258 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/metacity-clutter_git.bb
meta/packages/gnome/metacity/no-csource.patch [deleted file]
meta/packages/gnome/metacity_2.22.0.bb

index 5c9b1dd6d9253829d659aad9521f72922b0e3f93..d32927147ce700dc340d59bbaa30bb96d04143a4 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Metacity is the boring window manager for the adult in you."
 LICENSE = "GPL"
-DEPENDS = "startup-notification gtk+ gconf clutter"
+DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native"
 PR = "r0"
 PV = "2.25.1+gitr${SRCREV}"
 inherit gnome update-alternatives
diff --git a/meta/packages/gnome/metacity/no-csource.patch b/meta/packages/gnome/metacity/no-csource.patch
deleted file mode 100644 (file)
index 9359ada..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
----
- configure.in |    8 --------
- 1 file changed, 8 deletions(-)
-
---- metacity-2.22.0.orig/configure.in
-+++ metacity-2.22.0/configure.in
-@@ -449,18 +449,10 @@ fi
- AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes") 
- HOST_ALIAS=$host_alias
- AC_SUBST(HOST_ALIAS)
--AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, no)
--
--if test x"$GDK_PIXBUF_CSOURCE" = xno; then
--  AC_MSG_ERROR([gdk-pixbuf-csource executable not found in your path - should be installed with GTK])
--fi
--
--AC_SUBST(GDK_PIXBUF_CSOURCE)
--
- if test x$enable_gconf = xyes; then 
-    AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-    if test x"$GCONFTOOL" = xno; then
-      AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
-    fi
index ee95c6245dca64cb7218bd06da05950a4c6322a1..43212c523b5c7a906d621af3114d6123a0d22693 100644 (file)
@@ -1,13 +1,11 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Metacity is the boring window manager for the adult in you."
 LICENSE = "GPL"
-DEPENDS = "startup-notification gtk+ gconf"
-PR = "r2"
+DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-csource-native"
+PR = "r3"
 
 inherit gnome update-alternatives
 
-SRC_URI += "file://no-csource.patch;patch=1"
-
 ALTERNATIVE_NAME = "x-window-manager"
 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
 ALTERNATIVE_PATH = "${bindir}/metacity"