Commit b6d92bf4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libevas: async image preload support needs threads support in toolchain

parent 24058f10
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -203,6 +203,11 @@ else
LIBEVAS_CONF_OPT += --disable-font-loader-eet
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
# are generally not useful.
define LIBEVAS_REMOVE_EXAMPLES