summaryrefslogtreecommitdiffstats
path: root/package/libxmlpp/Config.in
diff options
context:
space:
mode:
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