summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2018-05-16 17:52:00 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-05-19 22:46:19 +0200
commit17ceb6affc1c422eb73c856b34ae791a33762704 (patch)
treed573706f1650e8301a6c665e2ccc241c44864ce6
parent89d9ca945c2ac673a7e75cf8e4b44fae8c0d3c85 (diff)
downloadbuildroot-17ceb6affc1c422eb73c856b34ae791a33762704.tar.gz
buildroot-17ceb6affc1c422eb73c856b34ae791a33762704.zip
weston: remove dependency on mesa3d to enable egl
Other packages can actually provide Wayland libraries like imx-gpu-viv. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/weston/weston.mk3
1 files changed, 1 insertions, 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
OpenPOWER on IntegriCloud