blob: c9d511b9771bc1d9f1322473daa26c9d13647d93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_LIBPLIST
bool "libplist"
select BR2_PACKAGE_LIBXML2
depends on BR2_INSTALL_LIBSTDCPP
help
libplist is a client for manipulating Apple Property List
(.plist) files
http://cgit.sukimashita.com/libplist.git
comment "libplist needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
|