package/exempi: needs wchar
Fixes: - http://autobuild.buildroot.org/results/283fddd3e5c1bd3e0ea843bd582491e68a47f1e9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
23dc553da7
commit
560eebda5e
@ -3,6 +3,7 @@ config BR2_PACKAGE_EXEMPI
|
|||||||
depends on !BR2_STATIC_LIBS # dlfcn.h
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
@ -12,5 +13,6 @@ config BR2_PACKAGE_EXEMPI
|
|||||||
|
|
||||||
http://libopenraw.freedesktop.org/wiki/Exempi
|
http://libopenraw.freedesktop.org/wiki/Exempi
|
||||||
|
|
||||||
comment "exempi needs a toolchain w/ C++, dynamic library, threads"
|
comment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar"
|
||||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
|
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||||
|
Loading…
Reference in New Issue
Block a user