From 17ceb6affc1c422eb73c856b34ae791a33762704 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Wed, 16 May 2018 17:52:00 +0200 Subject: [PATCH] weston: remove dependency on mesa3d to enable egl Other packages can actually provide Wayland libraries like imx-gpu-viv. Signed-off-by: Gary Bisson Signed-off-by: Thomas Petazzoni --- package/weston/weston.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index e9de56b2c6..efe12bc01e 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -50,8 +50,7 @@ else WESTON_CONF_OPTS += --disable-weston-launch endif -# Needs wayland-egl, which normally only mesa provides -ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL)$(BR2_PACKAGE_MESA3D_OPENGL_ES),yy) +ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND),y) WESTON_CONF_OPTS += --enable-egl WESTON_DEPENDENCIES += libegl else