mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
22 lines
523 B
Plaintext
22 lines
523 B
Plaintext
comment "python-pyqt needs Qt4"
|
|
depends on !BR2_PACKAGE_QT
|
|
|
|
config BR2_PACKAGE_PYTHON_PYQT
|
|
bool "python-pyqt"
|
|
depends on BR2_PACKAGE_QT
|
|
select BR2_PACKAGE_PYTHON_SIP
|
|
help
|
|
PyQt4 for Qt Embedded 4 bindings.
|
|
|
|
http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
if BR2_PACKAGE_PYTHON_PYQT
|
|
|
|
config BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT
|
|
bool
|
|
default y if BR2_arm || BR2_armeb
|
|
default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
|
|
default y if (BR2_mipsel || BR2_mips) && BR2_PACKAGE_QT_EMBEDDED
|
|
|
|
endif
|