7677a7542e
Tiny XML Parser. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: add _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
config BR2_PACKAGE_TINYXML
|
|
bool "tinyxml"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
TinyXML is a simple, small, C++ XML parser that can be
|
|
easily integrating into other programs.
|
|
|
|
https://github.com/leethomason/tinyxml2
|
|
|
|
comment "tinyxml needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|