From 536ac0f7aaaef63e4c749219125fd1eeed5e76ab Mon Sep 17 00:00:00 2001 From: nmenegale Date: Wed, 24 Apr 2013 05:11:23 +0000 Subject: libxml++: new package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libxml++ is a C++ wrapper for libxml2. [Peter: misc Config.in fixes] Signed-off-by: Nicolas Ménégale Signed-off-by: Peter Korsgaard --- package/libxmlpp/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libxmlpp/Config.in (limited to 'package/libxmlpp/Config.in') 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 -- cgit v1.2.3