|
@@ -50,9 +50,9 @@ else
|
|
WESTON_CONF_OPTS += --disable-weston-launch
|
|
WESTON_CONF_OPTS += --disable-weston-launch
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_HAS_LIBEGL_WAYLAND)$(BR2_PACKAGE_HAS_LIBGLES),yy)
|
|
WESTON_CONF_OPTS += --enable-egl
|
|
WESTON_CONF_OPTS += --enable-egl
|
|
-WESTON_DEPENDENCIES += libegl
|
|
|
|
|
|
+WESTON_DEPENDENCIES += libegl libgles
|
|
else
|
|
else
|
|
WESTON_CONF_OPTS += \
|
|
WESTON_CONF_OPTS += \
|
|
--disable-egl \
|
|
--disable-egl \
|