diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2009-07-09 20:35:30 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 21:58:47 +0100 |
commit | 86e45a8c0c7a2430da209c650947f8cff3f8cc6b (patch) | |
tree | 1b19b292f7910effd414a39073827323a92b2c08 /meta/packages/puzzles | |
parent | 915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff) | |
download | poky-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.patch | 2 | ||||
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 2 |
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" | |||
4 | DEPENDS = "gtk+ gconf intltool-native librsvg libowl" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg libowl" |
5 | 5 | ||
6 | PV = "0.1+svnr${SRCREV}" | 6 | PV = "0.1+svnr${SRCREV}" |
7 | PR = "r7" | 7 | PR = "r8" |
8 | 8 | ||
9 | bindir = "/usr/games" | 9 | bindir = "/usr/games" |
10 | 10 | ||