aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gnome-games_2.24.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-02 13:46:45 +0000
committerKoen Kooi <koen@openembedded.org>2008-10-02 13:46:45 +0000
commit4778f75da7a95fbda8f6cf8ba8f29514cbccda8e (patch)
tree0732080fd07b26de692742604713dda9a35b67b5 /packages/gnome/gnome-games_2.24.0.bb
parentbdbfc51c061df4fad17a8ae942bc82e3b5b27e8d (diff)
downloadopenembedded-4778f75da7a95fbda8f6cf8ba8f29514cbccda8e.tar.gz
gnome games: fix broken ggz.m4 file that keeps adding -I/usr/include
Diffstat (limited to 'packages/gnome/gnome-games_2.24.0.bb')
-rw-r--r--packages/gnome/gnome-games_2.24.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/gnome/gnome-games_2.24.0.bb b/packages/gnome/gnome-games_2.24.0.bb
index d849f4c0c5..eeb653584f 100644
--- a/packages/gnome/gnome-games_2.24.0.bb
+++ b/packages/gnome/gnome-games_2.24.0.bb
@@ -3,10 +3,15 @@ DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui l
inherit gnome distutils-base gconf
+PR = "r1"
+
+SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \
+ "
+
EXTRA_OECONF = "--with-libggz-includes=${STAGING_INCDIR} \
--with-libggz-libraries=${STAGING_LIBDIR} \
--with-ggzmod-includes=${STAGING_INCDIR} \
- --with-ggzmod-libraries=${STAGING_LIBDIR} \
+ --with-ggzmod-libraries=${STAGING_LIBDIR} \
--enable-scalable \
"