Config.in 383 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_PYBIND
  2. bool "python-pybind"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. PyBind is a lightweight header-only library that exposes C++
  6. types in Python and vice versa, mainly to create Python
  7. bindings of existing C++ code.
  8. http://pybind11.readthedocs.org/en/master
  9. comment "python-pybind needs a toolchain w/ C++"
  10. depends on !BR2_INSTALL_LIBSTDCPP