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-graphics/glcompbench | |
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-graphics/glcompbench')
-rw-r--r-- | meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb index 51f57b934..d0f449438 100644 --- a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb +++ b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb | |||
@@ -11,4 +11,6 @@ SRC_URI = "https://launchpad.net/glcompbench/trunk/${PV}/+download/${BPN}-${PV}. | |||
11 | SRC_URI[md5sum] = "c939d9156fe940960098f38707fea827" | 11 | SRC_URI[md5sum] = "c939d9156fe940960098f38707fea827" |
12 | SRC_URI[sha256sum] = "b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b0379542ee" | 12 | SRC_URI[sha256sum] = "b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b0379542ee" |
13 | 13 | ||
14 | inherit pkgconfig waf | 14 | inherit pkgconfig waf distro_features_check |
15 | # depends on virtual/libx11 | ||
16 | REQUIRED_DISTRO_FEATURES = "x11" | ||