gpe-aerial: Fix build problem with libgpewidget >= 0.111.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 10 May 2006 20:01:12 +0000 (20:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 May 2006 20:01:12 +0000 (20:01 +0000)
packages/gpe-aerial/files/iconlist.patch [new file with mode: 0644]
packages/gpe-aerial/gpe-aerial_0.2.13.bb

diff --git a/packages/gpe-aerial/files/iconlist.patch b/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 987c653..1f79de8 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"
\ No newline at end of file