2014-01-19 22:04:00 +01:00
|
|
|
config BR2_PACKAGE_LIBPLIST
|
|
|
|
bool "libplist"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-11-25 15:25:28 +01:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
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
|
|
|
|
|
|
|
comment "libplist needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|