Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
16
buildroot/package/exempi/Config.in
Normal file
16
buildroot/package/exempi/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
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_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"
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
Reference in New Issue
Block a user