Config.in 693 B

1234567891011121314151617
  1. config BR2_PACKAGE_PYTHON_SIP
  2. bool "python-sip"
  3. depends on BR2_PACKAGE_QT5
  4. help
  5. SIP is a tool that makes it very easy to create Python
  6. bindings for C and C++ libraries. It was originally
  7. developed to create PyQt, the Python bindings for the Qt
  8. toolkit, but can be used to create bindings for any C or C++
  9. library.
  10. SIP comprises a code generator and a Python module. The code
  11. generator processes a set of specification files and
  12. generates C or C++ code which is then compiled to create the
  13. bindings extension module. The SIP Python module provides
  14. support functions to the automatically generated code.
  15. http://www.riverbankcomputing.com/software/sip/intro