summaryrefslogtreecommitdiffstats
path: root/package/python-pyqt/Config.in
blob: d4544fa2265df1e904aab612e8927ca3682fb908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
comment "python-pyqt needs a toolchain w/ C++, threads"
	depends on BR2_USE_MMU
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_PYTHON_PYQT
	bool "python-pyqt"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS # qt
	depends on BR2_USE_MMU # qt
	select BR2_PACKAGE_QT
	select BR2_PACKAGE_PYTHON_SIP
	help
	  PyQt4 for Qt Embedded 4 bindings.

	  http://www.riverbankcomputing.com/software/pyqt/
OpenPOWER on IntegriCloud