summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxsettings-client/libxsettings-client_0.10.bb
blob: bc4af80170670486cd2d61cb615e95c1115b0587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Common code for XSETTINGS"
SECTION = "x/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"

PR = "r1"

headers = "xsettings-common.h xsettings-client.h"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz"
S = "${WORKDIR}/Xsettings-client-0.10"

inherit autotools gettext

do_stage () {
        oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}

	for h in ${headers}; do
		install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
	done
}