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
commita5a43917d1c263ad2e35281778b6421c0e957f9b (patch)
tree93d5e0c5201eb7679bd7a552f471e7d2bd809e60
parente9330843dd7ffe136f7e3968432c80155d52e5aa (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"