exempi: add dependency on threads

Fixes:
http://autobuild.buildroot.net/results/96b/96bf4f0ddd88233b9604056d83bb3d7ea97d2046/
http://autobuild.buildroot.net/results/d92/d92c8eb3004165033c22cc98b153cf547a352fd7/

Signed-off-by: Ilya Averyanov <averyanovin@gmail.com>
[Peter: add autobuilder references]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Ilya Averyanov 2019-01-06 01:47:27 +03:00 committed by Peter Korsgaard
parent 89a1398a2b
commit 1cd4dd4800

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_EXEMPI
bool "exempi"
depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_ZLIB
help
@ -10,5 +11,5 @@ config BR2_PACKAGE_EXEMPI
http://libopenraw.freedesktop.org/wiki/Exempi
comment "exempi needs a toolchain w/ C++, dynamic library"
depends on BR2_STATIC_LIBS || BR2_INSTALL_LIBSTDCPP
comment "exempi needs a toolchain w/ C++, dynamic library, threads
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS