summaryrefslogtreecommitdiffstats
path: root/package/python-pyqt
diff options
context:
space:
mode:
authorNaumann Andreas <ANaumann@ultratronik.de>2016-12-22 15:21:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-07 17:46:48 +0100
commitac73162553699d0a1f21e4d1a766b0b772d77b08 (patch)
treecd87e4f03dcbebf949b10383d659aded4d57014e /package/python-pyqt
parente68fdc20546bf34f937226c9beb6a29deac1d317 (diff)
downloadbuildroot-ac73162553699d0a1f21e4d1a766b0b772d77b08.tar.gz
buildroot-ac73162553699d0a1f21e4d1a766b0b772d77b08.zip
python-pyqt: use 'depends on' rather than 'select' for Qt
When pyqt is used it's obvious that qt needs to be selected and configured by the user, hence we enforce it by making pyqt depending on qt, rather than selecting it and depending only on the qt requirements. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyqt')
-rw-r--r--package/python-pyqt/Config.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/package/python-pyqt/Config.in b/package/python-pyqt/Config.in
index a50cb74a43..6934a4c4ab 100644
--- a/package/python-pyqt/Config.in
+++ b/package/python-pyqt/Config.in
@@ -1,13 +1,9 @@
-comment "python-pyqt needs a toolchain w/ C++, threads"
- depends on BR2_USE_MMU
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
+comment "python-pyqt needs Qt4"
+ depends on !BR2_PACKAGE_QT
config BR2_PACKAGE_PYTHON_PYQT
bool "python-pyqt"
- depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_TOOLCHAIN_HAS_THREADS # qt
- depends on BR2_USE_MMU # qt
- select BR2_PACKAGE_QT
+ depends on BR2_PACKAGE_QT
select BR2_PACKAGE_PYTHON_SIP
help
PyQt4 for Qt Embedded 4 bindings.
OpenPOWER on IntegriCloud