diff options
author | Patrick Griffis <tingping@tingping.se> | 2018-01-15 05:37:05 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2018-01-16 04:46:34 -0500 |
commit | ed839982cb6b15d8dcdbdc394dbce03f8612c26c (patch) | |
tree | c642297dc1dd0c8c243fb1d4c2a101a636a76e6e /docs/markdown/Release-notes-for-0.45.0.md | |
parent | 6c2d40ac2818a800f0c875ed1664e80a6d4c2aec (diff) | |
download | meson-wip/default-directories.zip meson-wip/default-directories.tar.gz meson-wip/default-directories.tar.bz2 |
Expose a way for distributors to override default directorieswip/default-directories
This allows placing a `distro_directories.py` file in the meson
module which exports a `default_directories` dict to override
all of the defaults similar to config.site in autoconf.
Fixes #2557
Diffstat (limited to 'docs/markdown/Release-notes-for-0.45.0.md')
-rw-r--r-- | docs/markdown/Release-notes-for-0.45.0.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/markdown/Release-notes-for-0.45.0.md b/docs/markdown/Release-notes-for-0.45.0.md index b3df71c..96a66c7 100644 --- a/docs/markdown/Release-notes-for-0.45.0.md +++ b/docs/markdown/Release-notes-for-0.45.0.md @@ -5,12 +5,7 @@ short-description: Release notes for 0.45 (preliminary) # New features -This page is a placeholder for the eventual release notes. +## Added ability for distributors to easily override default directories -Notable new features should come with release note updates. This is -done by creating a file snippet called `snippets/featurename.md` and -whose contents should look like this: - - ## Feature name - - A short description explaining the new feature and how it should be used. +Distributors can now install a `distro_directories.py` file to override +the Meson defaults. See [the distributors page](Distributors.md) for more details. |