summaryrefslogtreecommitdiff
path: root/libxsettings-client/libxsettings-client_0.12.oe
blob: 8e40c7abff865526ad0349f3230afbba4459c18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/
}