aboutsummaryrefslogtreecommitdiff
path: root/net/sysrepo/Config_libsysrepo.in
Commit message (Collapse)AuthorAge
* sysrepo: Remove Lua bindings, build Python bindings in separate packageJeffery To2019-11-16
| | | | | | | | | | | | | | | | | | | This change: * Removes building of Lua bindings. These bindings were already removed upstream[1]. * Fixes building of Python bindings: * Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated whenever the swig package is upgraded) * Fix Python module paths and filenames * Packages the Python bindings in a new package (python3-sysrepo) and builds it by default, instead of depending on a config option. [1]: https://github.com/sysrepo/sysrepo/pull/1429 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* sysrepo: add python2 and lua5.1 language bindingsMatija Amidzic2018-02-20
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>