summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-19 17:18:35 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:35 +0200
commit4c20716ce65d3a0714a22050f468a790799d6a42 (patch)
tree68350dbc5bc306db4df5cc921889623bbe7ab825
parent0f809df0316e34deb6270f7286c3049a57b88831 (diff)
glmark2: make sure libpng V1.2 and gles is installed
-rw-r--r--recipes/glmark2/glmark2_2012.08.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/glmark2/glmark2_2012.08.bb b/recipes/glmark2/glmark2_2012.08.bb
index 844ebcb..427a1e0 100644
--- a/recipes/glmark2/glmark2_2012.08.bb
+++ b/recipes/glmark2/glmark2_2012.08.bb
@@ -2,15 +2,15 @@ SECTION = "debug"
DESCRIPTION = "glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0."
HOMEPAGE = "https://launchpad.net/glmark2"
LICENSE ="GPLv3"
-RDEPENDS_${PN} = ""
-DEPENDS_${PN} = "python-native libpng12 virtual/jpeg"
+RDEPENDS_${PN} = "libpng12"
+DEPENDS_${PN} = "python-native libpng12 virtual/jpeg virtual/egl virtual/libgles2"
SRC_URI = "https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.gz \
file://gl-char.patch"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PR = "r4"
+PR = "r5"
do_configure() {
}