summaryrefslogtreecommitdiffstats
path: root/package/libxmlpp/Config.in
diff options
context:
space:
mode:
authornmenegale <nicolas.menegale@openwide.fr>2013-04-24 05:11:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-24 21:48:51 +0200
commit536ac0f7aaaef63e4c749219125fd1eeed5e76ab (patch)
tree35032e8b4d493b00564999bac738d85feb4adde3 /package/libxmlpp/Config.in
parent1d8c988bc94f94a0a4e296f1520396735d928fc1 (diff)
downloadbuildroot-novena-536ac0f7aaaef63e4c749219125fd1eeed5e76ab.tar.gz
buildroot-novena-536ac0f7aaaef63e4c749219125fd1eeed5e76ab.zip
libxml++: new package
libxml++ is a C++ wrapper for libxml2. [Peter: misc Config.in fixes] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxmlpp/Config.in')
-rw-r--r--package/libxmlpp/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libxmlpp/Config.in b/package/libxmlpp/Config.in
new file mode 100644
index 000000000..cf29c2c5c
--- /dev/null
+++ b/package/libxmlpp/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBXMLPP
+ bool "libxml++"
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_GLIBMM
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_WCHAR
+ help
+ libxml++ is a C++ wrapper for the libxml XML parser library.
+
+ http://libxmlplusplus.sourceforge.net/
+
+comment "libxml++ requires a toolchain with C++ & WCHAR support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR