summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/metacity/no-csource.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:10:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:10:41 +0000
commit0b751d3a190bae3d9828997aac5d25ef03831f97 (patch)
tree7c408fb5550d9f5287484a1daeac84350803008e /meta/packages/gnome/metacity/no-csource.patch
parentb40263eca911b59627387a426d433f6cf6b8a390 (diff)
downloadopenembedded-core-0b751d3a190bae3d9828997aac5d25ef03831f97.tar.gz
openembedded-core-0b751d3a190bae3d9828997aac5d25ef03831f97.tar.bz2
openembedded-core-0b751d3a190bae3d9828997aac5d25ef03831f97.tar.xz
openembedded-core-0b751d3a190bae3d9828997aac5d25ef03831f97.zip
metacity(-clutter): use gdk-pixbuf-csource-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5258 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/metacity/no-csource.patch')
-rw-r--r--meta/packages/gnome/metacity/no-csource.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/gnome/metacity/no-csource.patch b/meta/packages/gnome/metacity/no-csource.patch
deleted file mode 100644
index 9359ada6d..000000000
--- a/meta/packages/gnome/metacity/no-csource.patch
+++ /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