|
@@ -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
|
|
config BR2_PACKAGE_PYTHON_PYQT
|
|
bool "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
|
|
select BR2_PACKAGE_PYTHON_SIP
|
|
help
|
|
help
|
|
PyQt4 for Qt Embedded 4 bindings.
|
|
PyQt4 for Qt Embedded 4 bindings.
|