aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/metacity_2.30.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-01 21:39:10 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-01 22:24:30 +0200
commit7334b395fc3efcd97529ecfbd2540f823e579163 (patch)
tree7973a7479a6c2775ea6edf245d5f164a37dff2fc /recipes/gnome/metacity_2.30.0.bb
parent608eacf950dbba1100e3fd428ff33418511e84ba (diff)
downloadopenembedded-7334b395fc3efcd97529ecfbd2540f823e579163.tar.gz
metacity: add 2.30, cross compile patch partially stolen from poky
Diffstat (limited to 'recipes/gnome/metacity_2.30.0.bb')
-rw-r--r--recipes/gnome/metacity_2.30.0.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/gnome/metacity_2.30.0.bb b/recipes/gnome/metacity_2.30.0.bb
index 1c2ff761c9..7b59b436bf 100644
--- a/recipes/gnome/metacity_2.30.0.bb
+++ b/recipes/gnome/metacity_2.30.0.bb
@@ -7,16 +7,22 @@ DEPENDS = "libcanberra libwnck startup-notification gtk+ gconf gdk-pixbuf-csourc
inherit gnome update-alternatives
+SRC_URI += "file://crosscompile.patch;patch=1 "
+
SRC_URI[archive.md5sum] = "7c8a4c8f3b667efcc60f286adb445d4c"
SRC_URI[archive.sha256sum] = "5c4e2af2216de022181f692f15427361a1dae3d30756ef89b97a11ff5bd50b22"
EXTRA_OECONF += "--disable-verbose \
- --disable-xinerama"
+ --disable-xinerama \
+ --without-introspectiom \
+"
do_configure_prepend() {
sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
}
+EXTRA_OEMAKE = ' STAGING_INCDIR_NATIVE="${STAGING_INCDIR_NATIVE}" STAGING_LIBDIR_NATIVE="${STAGING_LIBDIR_NATIVE}"'
+
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/metacity"