[oe-commits] Martin Jansa : glmark2: add dependency on jpeg

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:07 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  3 21:53:49 2013 +0200

glmark2: add dependency on jpeg

* fails without:
  | Checking for header jpeglib.h            : not found
  | The configuration failed

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../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 b5d483c..9edee14 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"
 



More information about the Openembedded-commits mailing list