2014-01-19 22:04:00 +01:00
|
|
|
config BR2_PACKAGE_LIBPLIST
|
|
|
|
bool "libplist"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2017-11-12 10:00:00 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-01-19 22:04:00 +01:00
|
|
|
help
|
|
|
|
libplist is a client for manipulating Apple Property List
|
|
|
|
(.plist) files
|
|
|
|
|
2015-11-25 15:25:27 +01:00
|
|
|
http://www.libimobiledevice.org/
|
2014-01-19 22:04:00 +01:00
|
|
|
|
2017-11-12 10:00:00 +01:00
|
|
|
comment "libplist needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|