summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-23 14:42:58 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-23 14:42:58 +0200
commit9f138963b9187bb7be53afbdad81d857df92671e (patch)
tree0a1e85d2afea9981f4c7997e68972f87ea954b93 /recipes
parent139a271173dd30c520182fb6c0978f9e8263b4f2 (diff)
glmark2: add missing dependencies
Diffstat (limited to 'recipes')
-rw-r--r--recipes/glmark2/glmark2_2012.08.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glmark2/glmark2_2012.08.bb b/recipes/glmark2/glmark2_2012.08.bb
index b85ebd4..844ebcb 100644
--- a/recipes/glmark2/glmark2_2012.08.bb
+++ b/recipes/glmark2/glmark2_2012.08.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subs
HOMEPAGE = "https://launchpad.net/glmark2"
LICENSE ="GPLv3"
RDEPENDS_${PN} = ""
-DEPENDS_${PN} = "python-native"
+DEPENDS_${PN} = "python-native libpng12 virtual/jpeg"
SRC_URI = "https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.gz \
file://gl-char.patch"