python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-pyqt / Config.in
blob6934a4c4abc125e8c49f0032fb36bfb30e3deea4
1 comment "python-pyqt needs Qt4"
2         depends on !BR2_PACKAGE_QT
4 config BR2_PACKAGE_PYTHON_PYQT
5         bool "python-pyqt"
6         depends on BR2_PACKAGE_QT
7         select BR2_PACKAGE_PYTHON_SIP
8         help
9           PyQt4 for Qt Embedded 4 bindings.
11           http://www.riverbankcomputing.com/software/pyqt/
13 if BR2_PACKAGE_PYTHON_PYQT
15 config BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT
16         bool
17         default y if BR2_arm || BR2_armeb
18         default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
19         default y if (BR2_mipsel || BR2_mips) && BR2_PACKAGE_QT_EMBEDDED
21 endif