aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/d-options-for-meson-setup.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/d-options-for-meson-setup.md b/docs/markdown/snippets/d-options-for-meson-setup.md
new file mode 100644
index 0000000..90dc452
--- /dev/null
+++ b/docs/markdown/snippets/d-options-for-meson-setup.md
@@ -0,0 +1,6 @@
+## Meson now accepts -D for builtin arguments at setup time like configure time
+
+Previously meson required that builtin arguments (like prefix) be passed as
+`--prefix` to `meson` and `-Dprefix` to `meson configure`. Meson now accepts -D
+form like meson configure does. `meson configure` still does not accept the
+`--prefix` form.