6b0ba1a3c4
Even though pyqt5 would be perfectly usable with just the core Qt5 modules (QtCore, QtDbus, ...), its configure.py script passes the -gui option to qmake unconditionally. Therefore, make sure that GUI is built. Fixes: - http://autobuild.buildroot.org/results/ea0c8db44aacf1ce76f75e8288969fe5da6690d9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
294 B
Plaintext
13 lines
294 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
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
help
|
|
Python bindings for Qt 5
|
|
|
|
http://www.riverbankcomputing.com/software/pyqt/
|