diff options
Diffstat (limited to 'package/libxmlpp/Config.in')
-rw-r--r-- | package/libxmlpp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxmlpp/Config.in b/package/libxmlpp/Config.in index 0f2da98f24..6d957ff5bf 100644 --- a/package/libxmlpp/Config.in +++ b/package/libxmlpp/Config.in @@ -1,12 +1,12 @@ config BR2_PACKAGE_LIBXMLPP bool "libxml++" - select BR2_PACKAGE_LIBXML2 - select BR2_PACKAGE_GLIBMM depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_WCHAR # glibmm -> libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2 depends on BR2_USE_MMU # glibmm -> libglib2 + select BR2_PACKAGE_LIBXML2 + select BR2_PACKAGE_GLIBMM help libxml++ is a C++ wrapper for the libxml XML parser library. |