summaryrefslogtreecommitdiffstats
path: root/meta/packages/puzzles
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2009-07-09 20:35:30 +0200
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-09 21:58:47 +0100
commit86e45a8c0c7a2430da209c650947f8cff3f8cc6b (patch)
tree1b19b292f7910effd414a39073827323a92b2c08 /meta/packages/puzzles
parent915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff)
downloadpoky-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.gz
libowl: Use autotools_stage instead of broken custom staging function
This patch also fixes claws-mail, leafpad, pcmanfm, pimlico and puzzles recipes using the proper include for owlwindowmenu.h Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/puzzles')
-rw-r--r--meta/packages/puzzles/files/oh-puzzles-owl-menu.patch2
-rw-r--r--meta/packages/puzzles/oh-puzzles_svn.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch b/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch
index 99d40144d0..61da9191a8 100644
--- a/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch
+++ b/meta/packages/puzzles/files/oh-puzzles-owl-menu.patch
@@ -6,7 +6,7 @@ Index: src/gtk.c
6 #include <gdk/gdkx.h> 6 #include <gdk/gdkx.h>
7 #include <gdk-pixbuf/gdk-pixbuf.h> 7 #include <gdk-pixbuf/gdk-pixbuf.h>
8 8
9+#include <owlwindowmenu.h> 9+#include <libowl/owlwindowmenu.h>
10+ 10+
11 #include <librsvg/rsvg.h> 11 #include <librsvg/rsvg.h>
12 12
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb
index 1c6ca47f52..f027dc1bb3 100644
--- a/meta/packages/puzzles/oh-puzzles_svn.bb
+++ b/meta/packages/puzzles/oh-puzzles_svn.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
4DEPENDS = "gtk+ gconf intltool-native librsvg libowl" 4DEPENDS = "gtk+ gconf intltool-native librsvg libowl"
5 5
6PV = "0.1+svnr${SRCREV}" 6PV = "0.1+svnr${SRCREV}"
7PR = "r7" 7PR = "r8"
8 8
9bindir = "/usr/games" 9bindir = "/usr/games"
10 10