|
@@ -42,6 +42,7 @@ EFL_CONF_OPTS = \
|
|
|
--disable-sdl \
|
|
|
--disable-spectre \
|
|
|
--disable-xinput22 \
|
|
|
+ --disable-wayland \
|
|
|
--with-doxygen=no
|
|
|
|
|
|
# Disable untested configuration warning.
|
|
@@ -145,13 +146,6 @@ else
|
|
|
EFL_CONF_OPTS += --with-crypto=none
|
|
|
endif # BR2_PACKAGE_OPENSSL
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_WAYLAND),y)
|
|
|
-EFL_DEPENDENCIES += wayland libxkbcommon
|
|
|
-EFL_CONF_OPTS += --enable-wayland
|
|
|
-else
|
|
|
-EFL_CONF_OPTS += --disable-wayland
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_EFL_ELPUT),y)
|
|
|
EFL_CONF_OPTS += --enable-elput
|
|
|
EFL_DEPENDENCIES += libinput libxkbcommon
|