package/efl/libevas: explicitly disable xlib support

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>
This commit is contained in:
Romain Naour 2015-02-14 23:28:44 +01:00 committed by Thomas Petazzoni
parent cc42daf98a
commit f6a62127af

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