summaryrefslogtreecommitdiffstats
path: root/meta/packages/pcmanfm
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/pcmanfm
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/pcmanfm')
-rw-r--r--meta/packages/pcmanfm/files/owl-window-menu.patch2
-rw-r--r--meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb2
2 files changed, 2 insertions, 2 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
38 #include "glade-support.h" 38 #include "glade-support.h"
39 #include "settings.h" 39 #include "settings.h"
40 40
41+#include "owlwindowmenu.h" 41+#include "libowl/owlwindowmenu.h"
42+ 42+
43 static char* init_path = NULL; 43 static char* init_path = NULL;
44 44
diff --git a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
index a62b1dac29..424e96416d 100644
--- a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
+++ b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
4PRIORITY = "optional" 4PRIORITY = "optional"
5DEPENDS = "gtk+ libowl startup-notification" 5DEPENDS = "gtk+ libowl startup-notification"
6 6
7PR="r2" 7PR="r3"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
10 file://gnome-fs-directory.png \ 10 file://gnome-fs-directory.png \