aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-03 21:53:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:27 +0200
commit4955ea3959c14f5db85e6a8ea2740a2b9042a11e (patch)
treed40158ece97f818ee185c75e2f4958048413d3fc /meta-oe/recipes-benchmark
parente20aa408bb96ae2bcdae4829ed03863ab33b20ef (diff)
downloadmeta-openembedded-contrib-4955ea3959c14f5db85e6a8ea2740a2b9042a11e.tar.gz
glmark2: add dependency on jpeg
* fails without: | Checking for header jpeglib.h : not found | The configuration failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
index b5d483c088..9edee149f5 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"
+DEPENDS = "libpng12 jpeg"
SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"