diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-06-23 13:39:55 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-06-23 15:48:32 -0400 |
commit | 39c6571a46e5d432f96d4a20946f7d4e5f72f9fd (patch) | |
tree | 1c6cb84bae231b7188b89eb2fa0e688cf57c4556 /docs/markdown/Commands.md | |
parent | 0bef89b0c2cf49d70cbb41ab980a796044bd858c (diff) | |
download | meson-39c6571a46e5d432f96d4a20946f7d4e5f72f9fd.zip meson-39c6571a46e5d432f96d4a20946f7d4e5f72f9fd.tar.gz meson-39c6571a46e5d432f96d4a20946f7d4e5f72f9fd.tar.bz2 |
gnome: Set GSETTINGS_SCHEMA_DIR in devenv
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index fc8cdd2..aa538b1 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -302,5 +302,9 @@ These variables are set in environment in addition to those set using `meson.add `PATH` on Windows. - `GI_TYPELIB_PATH` includes every directory where a GObject Introspection typelib is built. This is automatically set when using `gnome.generate_gir()`. +- `GSETTINGS_SCHEMA_DIR` *Since 0.59.0* includes every directory where a GSettings + schemas is compiled. This is automatically set when using `gnome.compile_schemas()`. + Note that this requires GLib >= 2.64 when `gnome.compile_schemas()` is used in + more than one directory. {{ devenv_arguments.inc }} |