[oe-commits] Martin Jansa : glmark2: Add virtual/libx11 dependency

git at git.openembedded.org git at git.openembedded.org
Wed Jun 25 20:40:55 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: e988ed754ba2d18d8f08903d0a034b64f169bd4a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e988ed754ba2d18d8f08903d0a034b64f169bd4a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 11:06:47 2014 +0200

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 at gmail.com>

---

 meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2014.03.bb
index 3ff0449..8e3dc8c 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
 
-DEPENDS = "libpng12 jpeg"
+DEPENDS = "libpng12 jpeg virtual/libx11"
+
+# depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
 



More information about the Openembedded-commits mailing list