Only do so when there's no EGL.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
WESTON_CONF_OPTS = \
--with-dtddir=$(STAGING_DIR)/usr/share/wayland \
- --disable-simple-egl-clients \
--disable-xwayland \
--disable-x11-compositor \
--disable-wayland-compositor \
WESTON_CONF_OPTS += --enable-egl
WESTON_DEPENDENCIES += libegl
else
-WESTON_CONF_OPTS += --disable-egl
+WESTON_CONF_OPTS += \
+ --disable-egl \
+ --disable-simple-egl-clients
endif
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)