diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2017-08-17 10:57:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 10:57:13 +0000 |
commit | e2cf999ad45160168641880118f7a2cb3548b57f (patch) | |
tree | b89c42ae5234d6e19db2ebbf7ad24be98e55ba5a | |
parent | 3fda1ba3edcc884b00b9dad84588a30687158161 (diff) | |
download | meson-e2cf999ad45160168641880118f7a2cb3548b57f.zip meson-e2cf999ad45160168641880118f7a2cb3548b57f.tar.gz meson-e2cf999ad45160168641880118f7a2cb3548b57f.tar.bz2 |
Users.md: link to the Meson Porting GNOME goal
-rw-r--r-- | docs/markdown/Users.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index 6c6a368..46c2654 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -21,7 +21,7 @@ If you have a project that uses Meson that you want to add to this list, let us - [Graphene](https://ebassi.github.io/graphene/), a thin type library for graphics - [Grilo](https://mail.gnome.org/archives/grilo-list/2017-February/msg00000.html) and [Grilo plugins](https://git.gnome.org/browse/grilo-plugins/commit/?id=ea047c4fb63e90268eb795ed91a09a2be5068a4c), the Grilo multimedia framework - [GStreamer](https://cgit.freedesktop.org/gstreamer/gstreamer/), multimedia framework (not the default yet) - - [GTK+](https://git.gnome.org/browse/gtk+/), the multi-platform toolkit used by GNOME (not the default yet) + - [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 - [Json-glib](https://git.gnome.org/browse/json-glib), GLib-based JSON manipulation library @@ -42,3 +42,5 @@ If you have a project that uses Meson that you want to add to this list, let us - [Valum](https://github.com/valum-framework/valum), a micro web framework written in Vala - [Wayland and Weston](https://lists.freedesktop.org/archives/wayland-devel/2016-November/031984.html), a next generation display server (not merged yet) - [ZStandard](https://github.com/facebook/zstd/commit/4dca56ed832c6a88108a2484a8f8ff63d8d76d91) a compression algorithm developed at Facebook (not used by default) + +Note that a more up-to-date list of GNOME projects that use Meson can be found here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting |