|
@@ -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_MESA3D_OPENGL_EGL)$(BR2_PACKAGE_MESA3D_OPENGL_ES),yy)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND),y)
|
|
WESTON_CONF_OPTS += --enable-egl
|
|
WESTON_CONF_OPTS += --enable-egl
|
|
WESTON_DEPENDENCIES += libegl
|
|
WESTON_DEPENDENCIES += libegl
|
|
else
|
|
else
|