hc
2024-08-19 eb6b9ee90f50f13c5abb885ce483802d6262f2b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_EXEMPI
   bool "exempi"
   depends on !BR2_STATIC_LIBS # dlfcn.h
   depends on BR2_INSTALL_LIBSTDCPP
   depends on BR2_TOOLCHAIN_HAS_THREADS
   depends on BR2_USE_WCHAR
   select BR2_PACKAGE_EXPAT
   select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
   select BR2_PACKAGE_ZLIB
   help
     Exempi is an implementation of XMP (Extensible Metadata
     Platform). Version 2.x is based on Adobe XMP SDK.
 
     http://libopenraw.freedesktop.org/wiki/Exempi
 
comment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar"
   depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
       !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR