Config.in 944 B

123456789101112131415161718192021222324
  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
  4. config BR2_PACKAGE_PYTHON_SIP
  5. bool "python-sip"
  6. depends on BR2_INSTALL_LIBSTDCPP # qt
  7. depends on BR2_TOOLCHAIN_HAS_THREADS # qt
  8. depends on BR2_USE_MMU # qt
  9. select BR2_PACKAGE_QT
  10. help
  11. SIP is a tool that makes it very easy to create Python
  12. bindings for C and C++ libraries. It was originally
  13. developed to create PyQt, the Python bindings for the Qt
  14. toolkit, but can be used to create bindings for any C or C++
  15. library.
  16. SIP comprises a code generator and a Python module. The code
  17. generator processes a set of specification files and
  18. generates C or C++ code which is then compiled to create the
  19. bindings extension module. The SIP Python module provides
  20. support functions to the automatically generated code.
  21. http://www.riverbankcomputing.com/software/sip/intro