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>
2018.08.x
Gary Bisson 2018-05-16 17:52:00 +02:00 committed by Thomas Petazzoni
parent 89d9ca945c
commit 17ceb6affc
1 changed files with 1 additions and 2 deletions

View File

@ -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