summaryrefslogtreecommitdiff
path: root/recipes/glmark2
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
commit91a79fc84ad60fca6dea746f32f89cb8ef4b9805 (patch)
tree5842a82187ce707ca068f725e91845b3d3a03ff6 /recipes/glmark2
parent707a61f9019699a43b4715f542479a6453b10eaa (diff)
glmark2: add missing dependencies
Diffstat (limited to 'recipes/glmark2')
-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"