aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxsettings-client/libxsettings-client_0.17.bb
blob: f25ca927ad143112e9e42be591b8277cf90e83c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SECTION = "gpe/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "libxsettings virtual/libx11 libxt gtk-doc"
# libxt is required to stop configure breaking builds by 
# including system paths to find it if it isn't present.
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
PR="r1"

GPE_TARBALL_SUFFIX = "bz2"
inherit autotools pkgconfig gpe

SRC_URI += "file://no-host-includes.patch;patch=1 "

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
}