diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 11:06:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-25 22:40:47 +0200 |
commit | e988ed754ba2d18d8f08903d0a034b64f169bd4a (patch) | |
tree | 08b00acabef0dc75d240e7ddad9db19861382601 /meta-oe/recipes-benchmark/glmark2 | |
parent | 200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb (diff) | |
download | meta-openembedded-e988ed754ba2d18d8f08903d0a034b64f169bd4a.tar.gz |
glmark2: Add virtual/libx11 dependency
* without it, do_configure fails:
| Checking for 'x11' : not found
| The configuration failed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2')
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb index 3ff0449bd..8e3dc8c57 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | |||
@@ -8,7 +8,10 @@ LICENSE = "GPLv3+ & SGIv1" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" | 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" |
10 | 10 | ||
11 | DEPENDS = "libpng12 jpeg" | 11 | DEPENDS = "libpng12 jpeg virtual/libx11" |
12 | |||
13 | # depends on virtual/libx11 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
12 | 15 | ||
13 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | 16 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" |
14 | 17 | ||