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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 3 14:16:57 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Aug 12 14:26:52 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_2012.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
index 9edee14..fbc402b 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
@@ -8,7 +8,7 @@ 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"
 
 SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
 



More information about the Openembedded-commits mailing list