summaryrefslogtreecommitdiff
path: root/recipes
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
commit5620a1ef7d6e4ee5affb3eda6645a50603991937 (patch)
treeb9a3c2790527f4ddd17c1781067e5a48a1c6c123 /recipes
parent5b1192eba2ea2916e9824f939edc20fa4df97dc6 (diff)
glmark2: make sure libpng V1.2 and gles is installed
Diffstat (limited to 'recipes')
-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() {
}