mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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>
This commit is contained in:
parent
89d9ca945c
commit
17ceb6affc
@ -50,8 +50,7 @@ else
|
|||||||
WESTON_CONF_OPTS += --disable-weston-launch
|
WESTON_CONF_OPTS += --disable-weston-launch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Needs wayland-egl, which normally only mesa provides
|
ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND),y)
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL)$(BR2_PACKAGE_MESA3D_OPENGL_ES),yy)
|
|
||||||
WESTON_CONF_OPTS += --enable-egl
|
WESTON_CONF_OPTS += --enable-egl
|
||||||
WESTON_DEPENDENCIES += libegl
|
WESTON_DEPENDENCIES += libegl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user