16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
|
comment "python-pyqt needs a toolchain w/ C++, threads"
|
||
|
depends on BR2_USE_MMU
|
||
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||
|
|
||
|
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
|
||
|
select BR2_PACKAGE_PYTHON_SIP
|
||
|
help
|
||
|
PyQt4 for Qt Embedded 4 bindings.
|
||
|
|
||
|
http://www.riverbankcomputing.com/software/pyqt/
|