python-pyqt5: hide comment when Qt is enabled
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 27 Sep 2016 14:43:53 +0000 (16:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 27 Sep 2016 14:43:53 +0000 (16:43 +0200)
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 <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-pyqt5/Config.in

index 319525aa982ddfbc8d45f677faa1a50b92b62d8f..4eca68a3b51d80ec424b754bd69778a65f98d501 100644 (file)
@@ -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