gnome-games: fix paths to host SDL, bump PR
authorRoger Monk <r-monk@ti.com>
Fri, 7 Aug 2009 08:45:57 +0000 (09:45 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 13 Aug 2009 12:36:33 +0000 (14:36 +0200)
recipes/gnome/gnome-games_2.24.0.bb

index 2f7800d..cc795e1 100644 (file)
@@ -3,7 +3,7 @@ DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui l
 
 inherit gnome distutils-base gconf
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \
            "
@@ -24,7 +24,7 @@ do_configure_prepend() {
 
 do_configure_append() {
        for i in $(find ${S} -name "Makefile") ; do
-               sed -i -e s:'-I /usr/include -I /usr/local/include'::g $i
+               sed -i -e s:'I/usr/include'::g -e s:'-I /usr/include -I /usr/local/include'::g $i
        done    
 }