summaryrefslogtreecommitdiff
path: root/meta/packages/leafpad/files
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/leafpad/files
parent915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff)
downloadopenembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.gz
openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.bz2
openembedded-core-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.xz
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/leafpad/files')
-rw-r--r--meta/packages/leafpad/files/owl-menu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/leafpad/files/owl-menu.patch b/meta/packages/leafpad/files/owl-menu.patch
index bcb591744..acfc88030 100644
--- a/meta/packages/leafpad/files/owl-menu.patch
+++ b/meta/packages/leafpad/files/owl-menu.patch
@@ -16,7 +16,7 @@
*/
#include "leafpad.h"
-+#include "owlwindowmenu.h"
++#include <libowl/owlwindowmenu.h>
+
/*
static void cb_scroll_event(GtkAdjustment *adj, GtkWidget *view)