mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
8feb300d8f
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
24 lines
500 B
Plaintext
24 lines
500 B
Plaintext
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
|
|
|