[Buildroot] [git commit] package/efl: remove leftover disable-wayland option

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Apr 14 20:34:02 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=577f5ba592e50349e35b9066d7b6ea572d008562
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Wayland support was re-added by [1] but the --disable-wayland option
was not removed from EFL_CONF_OPTS.

[1] f30eec41f95ed99909eb2c7590d83c12b9142df2

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/efl/efl.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 3644000..8772871 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -44,7 +44,6 @@ EFL_CONF_OPTS = \
 	--disable-sdl \
 	--disable-spectre \
 	--disable-xinput22 \
-	--disable-wayland \
 	--enable-liblz4 \
 	--with-doxygen=no
 


More information about the buildroot mailing list