diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-12-13 10:20:54 -0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-18 20:33:32 +0200 |
commit | eec87212273314b265b341abcc6c87f8c4c00dd8 (patch) | |
tree | 78d92418eea9087453be7e25f26a03c6b5bf92b2 | |
parent | 3bea6eeae805711f91611cf38a15bc8aacbd59c0 (diff) | |
download | meson-eec87212273314b265b341abcc6c87f8c4c00dd8.zip meson-eec87212273314b265b341abcc6c87f8c4c00dd8.tar.gz meson-eec87212273314b265b341abcc6c87f8c4c00dd8.tar.bz2 |
docs: Add Mesa, Libdrm, and IGT as meson users
-rw-r--r-- | docs/markdown/Users.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index 616fdc5..78ad1b7 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -25,13 +25,16 @@ If you have a project that uses Meson that you want to add to this list, let us - [GTK+](https://git.gnome.org/browse/gtk+/), the multi-platform toolkit used by GNOME - [GtkDApp](https://gitlab.com/csoriano/GtkDApp), an application template for developing Flatpak apps with Gtk+ and D - [HexChat](https://github.com/hexchat/hexchat), a cross-platform IRC client in C + - [IGT](https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/), Linux kernel graphics driver test suite. - [Json-glib](https://git.gnome.org/browse/json-glib), GLib-based JSON manipulation library - [Ksh](https://github.com/att/ast), a Korn Shell + - [Libdrm](https://cgit.freedesktop.org/drm/libdrm/), a library for abstracting DRM kernel interfaces - [Libepoxy](https://github.com/anholt/libepoxy/), a library for handling OpenGL function pointer management - [Libgit2-glib](https://git.gnome.org/browse/libgit2-glib/), a GLib wrapper for libgit2 - [Libhttpseverywhere](https://github.com/grindhold/libhttpseverywhere), a library to enable httpseverywhere on any desktop app - [Lightdm-Webkit2-Greeter](https://github.com/Antergos/lightdm-webkit2-greeter) - [Kiwix libraries](https://github.com/kiwix/kiwix-lib) + - [Mesa](https://www.mesa3d.org/), An open source graphics driver project - [Nautilus](https://git.gnome.org/browse/nautilus/commit/?id=ed5652c89ac0654df2e82b54b00b27d51c825465) the Gnome file manager - [Orc](http://cgit.freedesktop.org/gstreamer/orc/), the Optimized Inner Loop Runtime Compiler (not the default yet) - [Pango](https://git.gnome.org/browse/pango/), an Internationalized text layout and rendering library (not the default yet) |