summaryrefslogtreecommitdiff
path: root/package/glmark2
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-11-29 13:57:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-29 14:26:39 +0100
commitf58cf6ddb25b347571ddb62c796a0545bbfc9805 (patch)
treec9fa02aa85999aef2f393df2738e72947be371f4 /package/glmark2
parent9b17d8285096087bff8543d79e8a2b6ea0810192 (diff)
package/glmark2: Wayland-gl support also needs egl
We were missing the egl dependency when enabling Wayland GL support: https://github.com/glmark2/glmark2/blob/master/src/wscript_build#L28 Fixes http://autobuild.buildroot.net/results/858/8587d0cea86efa4c6e98817cadc7cce0b1b36e3d/ http://autobuild.buildroot.net/results/1f6/1f6853d5f7a83be60ccdf4f071a1df1491cf8137/ http://autobuild.buildroot.net/results/a4d/a4d830291ee8550b3c544ade7169218d5edd4d52/ http://autobuild.buildroot.net/results/536/536a8dc62783633943770a278dc9f1c6c5c0807c/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glmark2')
-rw-r--r--package/glmark2/glmark2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
index a2e88523a..bd5b51a3f 100644
--- a/package/glmark2/glmark2.mk
+++ b/package/glmark2/glmark2.mk
@@ -36,7 +36,7 @@ GLMARK2_DEPENDENCIES += wayland
GLMARK2_FLAVORS += wayland-glesv2
endif
-ifeq ($(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_HAS_LIBGL),yy)
+ifeq ($(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_HAS_LIBEGL)$(BR2_PACKAGE_HAS_LIBGL),yyy)
GLMARK2_DEPENDENCIES += wayland
GLMARK2_FLAVORS += wayland-gl
endif