summaryrefslogtreecommitdiffstats
path: root/package/efl/efl.mk
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-11-11 09:54:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-11 15:05:56 +0100
commit4f04be1659f186765f506c68f5bfbf6845fc40dc (patch)
tree6c9ceb7e2dee62b2444a10b35eb5e2daedce7f4e /package/efl/efl.mk
parentcd8171f4c7eb60fb349f549e124c3744f8a9af32 (diff)
downloadbuildroot-4f04be1659f186765f506c68f5bfbf6845fc40dc.tar.gz
buildroot-4f04be1659f186765f506c68f5bfbf6845fc40dc.zip
package/efl: remove wayland dependency
Wayland support requires DRM support in efl libraries since 1.18 bump, but this support is not merged yet in Buildroot and waiting for review [1]. For 2016.11, keep wayland support disabled to avoid build issues. Fixes: http://autobuild.buildroot.net/results/162133cbddcca1ea8be660a19771f04296c20fd2 [1] http://patchwork.ozlabs.org/patch/671260/ http://patchwork.ozlabs.org/patch/671261/ Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/efl/efl.mk')
-rw-r--r--package/efl/efl.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 777ef3c848..6af7aa0c5e 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -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
OpenPOWER on IntegriCloud