diff options
Diffstat (limited to 'package/libxmlpp')
| -rw-r--r-- | package/libxmlpp/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/libxmlpp/Config.in b/package/libxmlpp/Config.in index cf29c2c5c4..2448bfd9e9 100644 --- a/package/libxmlpp/Config.in +++ b/package/libxmlpp/Config.in @@ -3,11 +3,13 @@ config BR2_PACKAGE_LIBXMLPP select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_GLIBMM depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_USE_WCHAR + depends on BR2_USE_WCHAR # glibmm -> libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2 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 +comment "libxml++ requires a toolchain with C++, WCHAR and threading support" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + !BR2_TOOLCHAIN_HAS_THREADS |

