e68fdc2054
When pyqt5 is used it's obvious that qt5 needs to be selected and configured by the user, hence we enforce it by making pyqt5 depending on qt5, rather than selecting it and depending only on the qt5 requirements. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
comment "python-pyqt5 needs Qt5"
|
|
depends on !BR2_PACKAGE_QT5
|
|
|
|
config BR2_PACKAGE_PYTHON_PYQT5
|
|
bool "python-pyqt5"
|
|
depends on BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_PYTHON_SIP
|
|
help
|
|
Python bindings for Qt 5
|
|
|
|
http://www.riverbankcomputing.com/software/pyqt/
|