toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / python-sip / Config.in
blob1f8961d0dfb76bc2e1e6e47264807841ea6b796b
1 comment "python-sip needs a toolchain w/ C++, threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
5 comment "python-sip needs qt or qt5"
6         depends on BR2_USE_MMU
7         depends on BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS
8         depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
10 config BR2_PACKAGE_PYTHON_SIP
11         bool "python-sip"
12         depends on BR2_INSTALL_LIBSTDCPP # qt
13         depends on BR2_TOOLCHAIN_HAS_THREADS # qt
14         depends on BR2_USE_MMU # qt
15         depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
16         help
17           SIP is a tool that makes it very easy to create Python
18           bindings for C and C++ libraries. It was originally
19           developed to create PyQt, the Python bindings for the Qt
20           toolkit, but can be used to create bindings for any C or C++
21           library.
23           SIP comprises a code generator and a Python module. The code
24           generator processes a set of specification files and
25           generates C or C++ code which is then compiled to create the
26           bindings extension module. The SIP Python module provides
27           support functions to the automatically generated code.
29           http://www.riverbankcomputing.com/software/sip/intro