summaryrefslogtreecommitdiffstats
path: root/package/python-pyqt5/Config.in
blob: 4eca68a3b51d80ec424b754bd69778a65f98d501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment "python-pyqt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library"
	depends on !BR2_PACKAGE_QT
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS

config BR2_PACKAGE_PYTHON_PYQT5
	bool "python-pyqt5"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_USE_WCHAR # qt5
	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # qt5
	depends on !BR2_STATIC_LIBS # qt5
	depends on !BR2_PACKAGE_QT # qt5
	select BR2_PACKAGE_QT5
	select BR2_PACKAGE_PYTHON_SIP
	help
	  Python bindings for Qt 5

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