diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-01 20:35:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-21 23:37:04 +0200 |
commit | 7e5a97eb965d922675b264acd1cc480ca70a79b3 (patch) | |
tree | 506f5a4db99b6dbb4445265271aabccc28aa1545 /package/tinyxml2/Config.in | |
parent | 0ac0a812725a8458d717229dee312b099dae5cbf (diff) | |
download | buildroot-7e5a97eb965d922675b264acd1cc480ca70a79b3.tar.gz buildroot-7e5a97eb965d922675b264acd1cc480ca70a79b3.zip |
package/tinyxml2: new package
Required for upcoming kodi-pvr-dvblink package:
https://github.com/kodi-pvr/pvr.dvblink/blob/master/CMakeLists.txt#L11
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinyxml2/Config.in')
-rw-r--r-- | package/tinyxml2/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tinyxml2/Config.in b/package/tinyxml2/Config.in new file mode 100644 index 0000000000..25bc5941aa --- /dev/null +++ b/package/tinyxml2/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_TINYXML2 + bool "tinyxml2" + depends on BR2_INSTALL_LIBSTDCPP + help + TinyXML-2 is a simple, small, efficient, C++ XML parser that can be + easily integrating into other programs. + + http://www.grinninglizard.com/tinyxml2/index.html + +comment "tinyxml2 needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP |