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/pcmanfm/files | |
parent | 915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff) | |
download | openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.gz openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.bz2 openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.zip |
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/pcmanfm/files')
-rw-r--r-- | meta/packages/pcmanfm/files/owl-window-menu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pcmanfm/files/owl-window-menu.patch b/meta/packages/pcmanfm/files/owl-window-menu.patch index 31eba8683b..7db68f4b12 100644 --- a/meta/packages/pcmanfm/files/owl-window-menu.patch +++ b/meta/packages/pcmanfm/files/owl-window-menu.patch @@ -38,7 +38,7 @@ Index: pcmanfm-0.3.2-beta/src/main.c #include "glade-support.h" #include "settings.h" -+#include "owlwindowmenu.h" ++#include "libowl/owlwindowmenu.h" + static char* init_path = NULL; |