aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-01-07 13:47:27 -0800
committerDylan Baker <dylan@pnwbakers.com>2019-02-11 12:50:32 -0800
commit5b896ed70bbf18e633bbeca442c90610e3d66a22 (patch)
tree1205d983b474f4e97eb596769f410cc6ffc399d6 /docs/markdown/snippets
parentb50899419cb2de27af34e5a955695a61c2863c51 (diff)
downloadmeson-5b896ed70bbf18e633bbeca442c90610e3d66a22.zip
meson-5b896ed70bbf18e633bbeca442c90610e3d66a22.tar.gz
meson-5b896ed70bbf18e633bbeca442c90610e3d66a22.tar.bz2
allow setting directory locations in a native file
This allows the person running configure (either a developer, user, or distro maintainer) to keep a configuration of where various kinds of files should end up.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/native-file-paths.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/native-file-paths.md b/docs/markdown/snippets/native-file-paths.md
new file mode 100644
index 0000000..6979241
--- /dev/null
+++ b/docs/markdown/snippets/native-file-paths.md
@@ -0,0 +1,4 @@
+## Native File Paths and Directories
+
+A new `[paths]` section has been added to the native file. This can be used to
+set paths such a prefix and libdir in a persistent way.