blktrace: needs MMU support
[buildroot-gz.git] / package / python-pyqt / Config.in
bloba50cb74a43d0f4ac29b14a25af7342b1065d39b6
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
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.
15           http://www.riverbankcomputing.com/software/pyqt/
17 if BR2_PACKAGE_PYTHON_PYQT
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
25 endif