summaryrefslogtreecommitdiffstats
path: root/package/python-pyqt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-pyqt/Config.in')
-rw-r--r--package/python-pyqt/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-pyqt/Config.in b/package/python-pyqt/Config.in
new file mode 100644
index 0000000000..d4544fa226
--- /dev/null
+++ b/package/python-pyqt/Config.in
@@ -0,0 +1,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