diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-03 21:53:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:27 +0200 |
commit | 4955ea3959c14f5db85e6a8ea2740a2b9042a11e (patch) | |
tree | d40158ece97f818ee185c75e2f4958048413d3fc /meta-oe/recipes-benchmark | |
parent | e20aa408bb96ae2bcdae4829ed03863ab33b20ef (diff) | |
download | meta-openembedded-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.bb | 2 |
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 b5d483c08..9edee149f 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" | |||
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" | 11 | DEPENDS = "libpng12 jpeg" |
12 | 12 | ||
13 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | 13 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" |
14 | 14 | ||