All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/efl/libevas: explicitly disable X11 support
@ 2015-02-22 17:16 Romain Naour
  2015-02-22 21:29 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2015-02-22 17:16 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/bfc/bfc52a6f12789055ad376b40a00bc94847760469/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/efl/libevas/libevas.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index f327c02..40a01e7 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -65,6 +65,8 @@ endif
 ifeq ($(BR2_PACKAGE_LIBEVAS_X11),y)
 LIBEVAS_CONF_OPTS += --enable-software-xlib
 LIBEVAS_DEPENDENCIES += xlib_libX11 xlib_libXext
+else
+LIBEVAS_CONF_OPTS += --disable-software-xlib
 endif
 
 ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)
-- 
1.9.3

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

* [Buildroot] [PATCH] package/efl/libevas: explicitly disable X11 support
  2015-02-22 17:16 [Buildroot] [PATCH] package/efl/libevas: explicitly disable X11 support Romain Naour
@ 2015-02-22 21:29 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-02-22 21:29 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Sun, 22 Feb 2015 18:16:44 +0100, Romain Naour wrote:
> Fixes:
> http://autobuild.buildroot.net/results/bfc/bfc52a6f12789055ad376b40a00bc94847760469/
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-02-22 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-22 17:16 [Buildroot] [PATCH] package/efl/libevas: explicitly disable X11 support Romain Naour
2015-02-22 21:29 ` 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.