aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-07 15:38:26 +0000
committerChris Larson <clarson@kergoth.com>2004-03-07 15:38:26 +0000
commitf45f24d7b15695d4eb8e1dc7848689d20eeb3f88 (patch)
tree89a99814ece3a480902cde8b38b0661d853dab81 /libgpewidget
parentde41504de42d437b05baafae55dc05432e0c1864 (diff)
downloadopenembedded-f45f24d7b15695d4eb8e1dc7848689d20eeb3f88.tar.gz
Import patch from Philip Blundell that adds gpe-edit, and includes fixes for gtk+, libdisplaymigration, and libgpewidget.
BKrev: 404b41f2uaXMHbUEVq6zSZkbMyFxOg
Diffstat (limited to 'libgpewidget')
-rw-r--r--libgpewidget/libgpewidget_0.78.oe16
1 files changed, 15 insertions, 1 deletions
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
index 6b5a3c71e9..70b12e58ad 100644
--- a/libgpewidget/libgpewidget_0.78.oe
+++ b/libgpewidget/libgpewidget_0.78.oe
@@ -3,6 +3,20 @@ SECTION=gpe/libs
PRIORITY=optional
MAINTAINER="Philip Blundell <pb@handhelds.org>"
RDEPENDS=gtk
-DEPENDS=gtk
+DEPENDS=gtk+
+
+inherit pkgconfig
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz
+
+headers = init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h
+
+do_stage () {
+ install -m 0755 libgpewidget.so.1 ${STAGING_LIBDIR}/
+ ln -s libgpewidget.so.1 ${STAGING_LIBDIR}/libgpewidget.so
+
+ mkdir -p ${STAGING_INCDIR}/gpe
+ for h in ${headers}; do
+ install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
+ done
+}