summaryrefslogtreecommitdiff
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
commit31a8f7139102975ba731130d018b6341dbed3b98 (patch)
tree53177127f69c4bbd4f55db478dedbf6e5b949fac
parent0a17a2a4d46d71607a82063229400fca70b2e7d5 (diff)
glmark2: add missing dependencies
-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"