8a8d4695ad
libplist is a client for manipulating Apple Property List (.plist) files This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
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
|