summaryrefslogtreecommitdiff
path: root/package/python-pyqt5
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-27 16:43:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-27 16:43:53 +0200
commitb62fdfdc274e592675a4894b893841991e72c913 (patch)
tree97ab1904064f2c244eb7a5a42cbe21f24bf2369a /package/python-pyqt5
parent7ba5ed97bc1bf9b4f8aef2dec4a64520b444b677 (diff)
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 <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyqt5')
-rw-r--r--package/python-pyqt5/Config.in1
1 files changed, 1 insertions, 0 deletions
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