aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-07 10:37:17 +0000
committerPhil Blundell <philb@gnu.org>2004-06-07 10:37:17 +0000
commit7f9a1790e284fce99afd8ad9c5310a808c6fa8f3 (patch)
treee2cea5b43a565fcd355d94d0494ef83a080136c1 /libgpewidget
parentf58b32d6143502cc9242c1338bcf6bdab4f27e9d (diff)
downloadopenembedded-7f9a1790e284fce99afd8ad9c5310a808c6fa8f3.tar.gz
add gpehelp.h to staged headers
BKrev: 40c4455dVL70NnZAiYO-XGOQlYDElw
Diffstat (limited to 'libgpewidget')
-rw-r--r--libgpewidget/libgpewidget_0.82.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgpewidget/libgpewidget_0.82.oe b/libgpewidget/libgpewidget_0.82.oe
index e69de29bb2..71b9df06ff 100644
--- a/libgpewidget/libgpewidget_0.82.oe
+++ b/libgpewidget/libgpewidget_0.82.oe
@@ -0,0 +1,21 @@
+PR = "r2"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ cairo xrender"
+
+inherit pkgconfig gpe
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+
+headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h"
+
+do_stage () {
+ oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
+
+ mkdir -p ${STAGING_INCDIR}/gpe
+ for h in ${headers}; do
+ install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
+ done
+}