25c33d2f97
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
config BR2_PACKAGE_LIBPLIST
|
|
bool "libplist"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_LIBXML2
|
|
help
|
|
libplist is a client for manipulating Apple Property List
|
|
(.plist) files
|
|
|
|
http://www.libimobiledevice.org/
|
|
|
|
comment "libplist needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|