mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
libecore: fix build error when X support is disabled but host has X headers
Forcibly disable imf-xim as it requires the X support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
832068e494
commit
342a3d8dab
@ -62,7 +62,7 @@ ifeq ($(BR2_PACKAGE_LIBECORE_X),y)
|
|||||||
LIBECORE_CONF_OPT += --enable-ecore-x
|
LIBECORE_CONF_OPT += --enable-ecore-x
|
||||||
LIBECORE_DEPENDENCIES += xlib_libXext xlib_libX11
|
LIBECORE_DEPENDENCIES += xlib_libXext xlib_libX11
|
||||||
else
|
else
|
||||||
LIBECORE_CONF_OPT += --disable-ecore-x
|
LIBECORE_CONF_OPT += --disable-ecore-x --disable-ecore-imf-xim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBECORE_X_XCB),y)
|
ifeq ($(BR2_PACKAGE_LIBECORE_X_XCB),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user