mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libevas: async image preload support needs threads support in toolchain
Fixes http://autobuild.buildroot.net/results/92b/92b3990e3a51c9e400cff31a1f0d23aeb5085a54/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
24058f10a7
commit
b6d92bf415
@ -203,6 +203,11 @@ else
|
|||||||
LIBEVAS_CONF_OPT += --disable-font-loader-eet
|
LIBEVAS_CONF_OPT += --disable-font-loader-eet
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# async image preload support needs threads support in toolchain
|
||||||
|
ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||||
|
LIBEVAS_CONF_OPT += --disable-async-preload
|
||||||
|
endif
|
||||||
|
|
||||||
# libevas installs the source code of examples on the target, which
|
# libevas installs the source code of examples on the target, which
|
||||||
# are generally not useful.
|
# are generally not useful.
|
||||||
define LIBEVAS_REMOVE_EXAMPLES
|
define LIBEVAS_REMOVE_EXAMPLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user