You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
500 B

  1. config SYSREPO_PYTHON
  2. bool "Generate sysrepo Python2 bindings"
  3. depends on PACKAGE_libsysrepo
  4. select SYSREPO_BINDINGS
  5. default n
  6. help
  7. This option generates the Python2 language bindings.
  8. Disabled by default.
  9. config SYSREPO_LUA
  10. bool "Generate sysrepo Lua5.1 bindings"
  11. depends on PACKAGE_libsysrepo
  12. select SYSREPO_BINDINGS
  13. default n
  14. help
  15. This option generates the Lua5.1 language bindings.
  16. Disabled by default.
  17. config SYSREPO_BINDINGS
  18. bool
  19. depends on PACKAGE_libsysrepo
  20. default n