2016-12-22 15:21:14 +01:00
|
|
|
comment "python-pyqt needs Qt4"
|
|
|
|
depends on !BR2_PACKAGE_QT
|
2015-04-19 10:03:53 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PYTHON_PYQT
|
|
|
|
bool "python-pyqt"
|
2016-12-22 15:21:14 +01:00
|
|
|
depends on BR2_PACKAGE_QT
|
2015-04-19 10:03:53 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SIP
|
|
|
|
help
|
|
|
|
PyQt4 for Qt Embedded 4 bindings.
|
|
|
|
|
|
|
|
http://www.riverbankcomputing.com/software/pyqt/
|
2015-04-25 12:41:16 +02:00
|
|
|
|
|
|
|
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
|