diff options
author | Richard Brown <RBrownCCB@opensuse.org> | 2020-06-04 16:10:47 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-06-04 20:34:27 +0200 |
commit | 2e30afb23b0f34308c747b1e799b66a2f992d398 (patch) | |
tree | fb193980694e444a2b59fe5644ca7770ba5d388b | |
parent | 6d2255ffec94f1ad05b1ff8a0970d77ef902b0b7 (diff) | |
download | meson-2e30afb23b0f34308c747b1e799b66a2f992d398.zip meson-2e30afb23b0f34308c747b1e799b66a2f992d398.tar.gz meson-2e30afb23b0f34308c747b1e799b66a2f992d398.tar.bz2 |
Add libeconf to users.md
libeconf is now using meson as its primary/default build system, so we'd like to see ourselves on the meson users list .
-rw-r--r-- | docs/markdown/Users.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index 41d8dfa..1867407 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -72,6 +72,7 @@ topic](https://github.com/topics/meson). - [Lc0](https://github.com/LeelaChessZero/lc0), LeelaChessZero is a UCI-compliant chess engine designed to play chess via neural network - [libcamera](https://git.linuxtv.org/libcamera.git/), a library to handle complex cameras on Linux, ChromeOS and Android - [Libdrm](https://gitlab.freedesktop.org/mesa/drm), a library for abstracting DRM kernel interfaces + - [libeconf](https://github.com/openSUSE/libeconf), Enhanced config file parsing library, which merges config files placed in several locations into one - [Libepoxy](https://github.com/anholt/libepoxy/), a library for handling OpenGL function pointer management - [libfuse](https://github.com/libfuse/libfuse), the reference implementation of the Linux FUSE (Filesystem in Userspace) interface - [Libgit2-glib](https://git.gnome.org/browse/libgit2-glib), a GLib wrapper for libgit2 |