fix to get it builded after renaming
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 7 Jun 2004 13:22:25 +0000 (13:22 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 7 Jun 2004 13:22:25 +0000 (13:22 +0000)
BKrev: 40c46c11nj5n9MUp5vklvfYHxK1C7g

libxsettings-client/libxsettings-client_0.12.oe

index e69de29..8e40c7a 100644 (file)
@@ -0,0 +1,25 @@
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "libgpewidget libxsettings x11"
+
+inherit pkgconfig gpe
+
+SRC_URI = "ftp://gpe.handhelds.org/gpe/source/libxsettings-client0-${PV}.tar.gz \
+       file://make_pkgconfig_x11.patch;patch=1"
+
+S = "${WORKDIR}/libxsettings-client0-0.12"
+
+headers = "xsettings-client.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
+}
+
+do_install () {
+        gpe_do_install
+       install -d ${D}/usr/include/
+       install xsettings-client.h ${D}/usr/include/
+}