diff options
Diffstat (limited to 'package/python-libconfig/Config.in')
-rw-r--r-- | package/python-libconfig/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/python-libconfig/Config.in b/package/python-libconfig/Config.in index 7a49d9159d..7cc5f8a3cd 100644 --- a/package/python-libconfig/Config.in +++ b/package/python-libconfig/Config.in @@ -1,5 +1,5 @@ -comment "python-libconfig needs a toolchain w/ C++, largefile, threads" - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "python-libconfig needs a toolchain w/ C++, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_PYTHON_LIBCONFIG bool "python-libconfig" @@ -7,7 +7,6 @@ config BR2_PACKAGE_PYTHON_LIBCONFIG select BR2_PACKAGE_BOOST_PYTHON select BR2_PACKAGE_LIBCONFIG depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS help Python bindings to the C++ library libconfig |