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/xsp/xsp_1.0.0-8.bb | |
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/xsp/xsp_1.0.0-8.bb')
-rw-r--r-- | meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb index 968d342b1..c7a068df3 100644 --- a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb +++ b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb | |||
@@ -7,7 +7,9 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${BPN}_${PV} | |||
7 | file://xsp-fix-pc.patch" | 7 | file://xsp-fix-pc.patch" |
8 | S = "${WORKDIR}/Xsp" | 8 | S = "${WORKDIR}/Xsp" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig distro_features_check |
11 | # depends on virtual/libx11 | ||
12 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | 13 | ||
12 | SRC_URI[md5sum] = "2a0d8d02228d4cbd28b6e07bb7c17cf5" | 14 | SRC_URI[md5sum] = "2a0d8d02228d4cbd28b6e07bb7c17cf5" |
13 | SRC_URI[sha256sum] = "8b722b952b64841d996c70c3278499886c81bb5012991beed5f66f4158418f59" | 15 | SRC_URI[sha256sum] = "8b722b952b64841d996c70c3278499886c81bb5012991beed5f66f4158418f59" |