package/efl/libevas: explicitly disable X11 support
authorRomain Naour <romain.naour@openwide.fr>
Sun, 22 Feb 2015 17:16:44 +0000 (18:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Feb 2015 21:28:52 +0000 (22:28 +0100)
Fixes:
http://autobuild.buildroot.net/results/bfc/bfc52a6f12789055ad376b40a00bc94847760469/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/efl/libevas/libevas.mk

index f327c02bbbb18da1c0a9dcd97bc945bfefcac7cc..40a01e76a2b0d4849e7720a177e381f6e4d92b9a 100644 (file)
@@ -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)