summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/weston/weston.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index e3088ffcad..1f31097985 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -16,7 +16,6 @@ WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
WESTON_CONF_OPTS = \
--with-dtddir=$(STAGING_DIR)/usr/share/wayland \
- --disable-simple-egl-clients \
--disable-xwayland \
--disable-x11-compositor \
--disable-wayland-compositor \
@@ -53,7 +52,9 @@ ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL)$(BR2_PACKAGE_MESA3D_OPENGL_ES),yy)
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)
OpenPOWER on IntegriCloud