From 5620a1ef7d6e4ee5affb3eda6645a50603991937 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 19 Mar 2014 17:18:35 +0100 Subject: glmark2: make sure libpng V1.2 and gles is installed --- recipes/glmark2/glmark2_2012.08.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes') 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() { } -- cgit v1.2.3