diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 15:50:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:33:24 +0100 |
commit | 37a841321dca1314c9844d8d4665b5ff1e28a40f (patch) | |
tree | fa18605b97edc9ae7517f0e06489e88e661f5b1e /meta-oe/recipes-multimedia/xpext | |
parent | 20a624928c030fa13d8b7d45b4f4d7e1ac624f60 (diff) | |
download | meta-openembedded-37a841321dca1314c9844d8d4665b5ff1e28a40f.tar.gz |
recipes: add x11 to required DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/xpext')
-rw-r--r-- | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index 1ca8b1ff7..d65546d0b 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
@@ -9,7 +9,9 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${ | |||
9 | file://auxdir.patch;striplevel=0" | 9 | file://auxdir.patch;striplevel=0" |
10 | S = "${WORKDIR}/xpext-1.0" | 10 | S = "${WORKDIR}/xpext-1.0" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig distro_features_check |
13 | # depends on virtual/libx11 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
13 | 15 | ||
14 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | 16 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" |
15 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" | 17 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" |