xref: /OK3568_Linux_fs/buildroot/package/exempi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_EXEMPI
2*4882a593Smuzhiyun	bool "exempi"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn.h
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
7*4882a593Smuzhiyun	select BR2_PACKAGE_EXPAT
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
9*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Exempi is an implementation of XMP (Extensible Metadata
12*4882a593Smuzhiyun	  Platform). Version 2.x is based on Adobe XMP SDK.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://libopenraw.freedesktop.org/wiki/Exempi
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar"
17*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
18*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
19