mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
sysrepo: add python2 and lua5.1 language bindings
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user