]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
gpe-aerial: Fix build problem with libgpewidget >= 0.111.
authorFlorian Boor <florian@handhelds.org>
Wed, 10 May 2006 20:19:19 +0000 (22:19 +0200)
committerRene Wagner <rw@handhelds.org>
Mon, 22 May 2006 18:14:50 +0000 (20:14 +0200)
Author: florian@openembedded.org
Branch: org.openembedded.dev
Revision: e9d9eeb04f51b32dc71e4c98438e6880915a44da
ViewMTN: http://monotone.vanille.de/viewmtn/revision.psp?id=e9d9eeb04f51b32dc71e4c98438e6880915a44da
Files:
packages/gpe-aerial/files/iconlist.patch
packages/gpe-aerial/gpe-aerial_0.2.13.bb

Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/gpe-aerial/files/iconlist.patch [new file with mode: 0644]
org.handhelds.familiar/packages/gpe-aerial/gpe-aerial_0.2.13.bb

diff --git a/org.handhelds.familiar/packages/gpe-aerial/files/iconlist.patch b/org.handhelds.familiar/packages/gpe-aerial/files/iconlist.patch
new file mode 100644 (file)
index 0000000..004e317
--- /dev/null
@@ -0,0 +1,10 @@
+--- main.c.orig        2006-05-10 21:37:32.000000000 +0200
++++ main.c     2006-05-10 21:37:43.000000000 +0200
+@@ -33,7 +33,6 @@
+ #include <gpe/init.h>
+ #include <gpe/pixmaps.h>
+ #include <gpe/errorbox.h>
+-#include <gpe/gpe-iconlist.h>
+ #include <gpe/tray.h>
+ #include <gpe/popup.h>
+ #include <gpe/spacing.h>
index 987c6535f60efda72e67ce36bbd9949c60860000..789c3d05f3df580dbf0fcdfc7d7f00fc576c9098 100644 (file)
@@ -1,6 +1,6 @@
 inherit gpe pkgconfig
 
-PR = "r0"
+PR = "r1"
 
 
 DESCRIPTION = "GPE wireless LAN communication applet"
@@ -10,3 +10,4 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
+SRC_URI += "file://iconlist.patch;patch=1;pnum=0"