sysrepo: add python2 and lua5.1 language bindings

Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
This commit is contained in:
Matija Amidzic
2018-02-16 13:47:08 +01:00
parent 90f5eeac1f
commit 8feb300d8f
2 changed files with 69 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
config SYSREPO_PYTHON
bool "Generate sysrepo Python2 bindings"
depends on PACKAGE_libsysrepo
select SYSREPO_BINDINGS
default n
help
This option generates the Python2 language bindings.
Disabled by default.
config SYSREPO_LUA
bool "Generate sysrepo Lua5.1 bindings"
depends on PACKAGE_libsysrepo
select SYSREPO_BINDINGS
default n
help
This option generates the Lua5.1 language bindings.
Disabled by default.
config SYSREPO_BINDINGS
bool
depends on PACKAGE_libsysrepo
default n