package/efl/libevas: explicitly disable xlib support
authorRomain Naour <romain.naour@openwide.fr>
Sat, 14 Feb 2015 22:28:44 +0000 (23:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Feb 2015 15:52:54 +0000 (16:52 +0100)
Fixes:
http://autobuild.buildroot.net/results/d69/d69a324434f370b490a53e6191d38a204ac28371

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 486805089e3a8f5d4335eaf032732c406ff9122c..f327c02bbbb18da1c0a9dcd97bc945bfefcac7cc 100644 (file)
@@ -72,6 +72,8 @@ LIBEVAS_CONF_OPTS += --enable-gl-xlib
 LIBEVAS_DEPENDENCIES += \
        xproto_glproto xlib_libX11 xlib_libXrender \
        xlib_libXext libeet
+else
+LIBEVAS_CONF_OPTS += --disable-gl-xlib
 endif
 
 ifeq ($(BR2_PACKAGE_LIBEVAS_XCB),y)