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/files | |
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/files')
-rw-r--r-- | meta/packages/puzzles/files/oh-puzzles-owl-menu.patch | 2 |
1 files changed, 1 insertions, 1 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 | ||