a50cb74a43d0f4ac29b14a25af7342b1065d39b6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-pyqt / Config.in
1 comment "python-pyqt needs a toolchain w/ C++, threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
4
5 config BR2_PACKAGE_PYTHON_PYQT
6         bool "python-pyqt"
7         depends on BR2_INSTALL_LIBSTDCPP
8         depends on BR2_TOOLCHAIN_HAS_THREADS # qt
9         depends on BR2_USE_MMU # qt
10         select BR2_PACKAGE_QT
11         select BR2_PACKAGE_PYTHON_SIP
12         help
13           PyQt4 for Qt Embedded 4 bindings.
14
15           http://www.riverbankcomputing.com/software/pyqt/
16
17 if BR2_PACKAGE_PYTHON_PYQT
18
19 config BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT
20         bool
21         default y if BR2_arm || BR2_armeb
22         default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
23         default y if (BR2_mipsel || BR2_mips) && BR2_PACKAGE_QT_EMBEDDED
24
25 endif