All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/efl: remove lefover disable-wayland option
@ 2017-04-14 12:13 Romain Naour
  2017-04-14 12:13 ` [Buildroot] [PATCH 2/5] package/efl: fix coding style problems preported by check-package script Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Romain Naour @ 2017-04-14 12:13 UTC (permalink / raw)
  To: buildroot

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(-)

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
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-04-14 20:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 12:13 [Buildroot] [PATCH 1/5] package/efl: remove lefover disable-wayland option Romain Naour
2017-04-14 12:13 ` [Buildroot] [PATCH 2/5] package/efl: fix coding style problems preported by check-package script Romain Naour
2017-04-14 20:35   ` Thomas Petazzoni
2017-04-14 12:13 ` [Buildroot] [PATCH 3/5] package/efl: bump to version 1.19.0 Romain Naour
2017-04-14 13:07   ` Thomas Petazzoni
2017-04-14 13:18     ` Romain Naour
2017-04-14 12:13 ` [Buildroot] [PATCH 4/5] package/expedite: bump version for efl 1.19 support Romain Naour
2017-04-14 12:13 ` [Buildroot] [PATCH 5/5] package/efl: add poppler imageloader optional dependency Romain Naour
2017-04-14 20:35 ` [Buildroot] [PATCH 1/5] package/efl: remove lefover disable-wayland option Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.