summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-01-13 21:44:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-13 21:44:54 +0000
commit1dc43aae3865d972ad7873ab841a77a0d96472b1 (patch)
tree6830ea8080e0186e7684db81c57bb9894710cb4c
parent677d31f423c218607b9af56cf58edd641f89815b (diff)
parentcfee50de97afe63034e7c8798a6d6df61292ee37 (diff)
merge of 40056da70781bf36b181b88a8599031c80c2b1cc
and fcac3802b9b29fd5043205c7b97bb4201ec6352b
-rw-r--r--packages/gpe-what/gpe-what_0.42.bb8
-rw-r--r--packages/libxsettings-client/libxsettings-client_0.16.bb20
2 files changed, 28 insertions, 0 deletions
diff --git a/packages/gpe-what/gpe-what_0.42.bb b/packages/gpe-what/gpe-what_0.42.bb
new file mode 100644
index 0000000000..b7f8d17201
--- /dev/null
+++ b/packages/gpe-what/gpe-what_0.42.bb
@@ -0,0 +1,8 @@
+LICENSE = "GPL"
+DESCRIPTION = "GPE modal help"
+DEPENDS = "x11 gtk+"
+
+
+GPE_TARBALL_SUFFIX= "bz2"
+inherit autotools gpe
+
diff --git a/packages/libxsettings-client/libxsettings-client_0.16.bb b/packages/libxsettings-client/libxsettings-client_0.16.bb
new file mode 100644
index 0000000000..5f5d618695
--- /dev/null
+++ b/packages/libxsettings-client/libxsettings-client_0.16.bb
@@ -0,0 +1,20 @@
+SECTION = "gpe/libs"
+LICENSE = "BSD-X"
+PRIORITY = "optional"
+DEPENDS = "libxsettings x11"
+MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+
+inherit autotools pkgconfig gpe
+
+SRC_URI = "${GPE_MIRROR}/libxsettings-client-${PV}.tar.bz2"
+
+
+headers = "xsettings-client.h xsettings-common.h"
+do_stage () {
+ oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
+ mkdir -p ${STAGING_INCDIR}
+ for h in ${headers}; do
+ install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
+ done
+}
+