mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 08:57:44 +00:00
package/efl/libevas: explicitly disable X11 support
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>
This commit is contained in:
parent
fdfbd27f34
commit
4b41073b65
@ -65,6 +65,8 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_LIBEVAS_X11),y)
|
ifeq ($(BR2_PACKAGE_LIBEVAS_X11),y)
|
||||||
LIBEVAS_CONF_OPTS += --enable-software-xlib
|
LIBEVAS_CONF_OPTS += --enable-software-xlib
|
||||||
LIBEVAS_DEPENDENCIES += xlib_libX11 xlib_libXext
|
LIBEVAS_DEPENDENCIES += xlib_libX11 xlib_libXext
|
||||||
|
else
|
||||||
|
LIBEVAS_CONF_OPTS += --disable-software-xlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)
|
ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user