diff mbox

[1/5] package/efl: remove lefover disable-wayland option

Message ID 20170414121345.10026-1-romain.naour@gmail.com
State Accepted
Headers show

Commit Message

Romain Naour April 14, 2017, 12:13 p.m. UTC
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@gmail.com>
---
 package/efl/efl.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni April 14, 2017, 8:35 p.m. UTC | #1
Hello,

On Fri, 14 Apr 2017 14:13:41 +0200, Romain Naour wrote:
> 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@gmail.com>
> ---
>  package/efl/efl.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

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