blob: 89376f3b1a0d53d367bbb42f1d78bebd73623a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Common code for XSETTINGS"
SECTION = "x/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
PR = "r2"
headers = "xsettings-common.h xsettings-client.h"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz \
file://link-x11.patch;patch=1"
S = "${WORKDIR}/Xsettings-client-0.10"
inherit autotools_stage gettext
|