From: Thomas Petazzoni Date: Tue, 27 Sep 2016 14:43:53 +0000 (+0200) Subject: python-pyqt5: hide comment when Qt is enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b62fdfdc274e592675a4894b893841991e72c913;p=buildroot.git python-pyqt5: hide comment when Qt is enabled Since the main python-pyqt5 option is not visible when BR2_PACKAGE_QT is enabled, the comment should also not be visibled when BR2_PACKAGE_QT is enabled. Reported-by: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-pyqt5/Config.in b/package/python-pyqt5/Config.in index 319525aa98..4eca68a3b5 100644 --- a/package/python-pyqt5/Config.in +++ b/package/python-pyqt5/Config.in @@ -1,4 +1,5 @@ comment "python-pyqt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library" + depends on !BR2_PACKAGE_QT depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS