aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-06 02:07:57 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-06 15:08:12 -0700
commit611b1de441a54d3ed7781ca0a26b51b6cb9c45cc (patch)
treed2a03edb51d6b72c62dbf89d49162b990fe07335 /doc
parent9c77c62e731e3fb9b1a87414c5b2d7a52932a507 (diff)
Add meson release note
Change-Id: I4d2d08dc77a3ab4dce9fbb129c1487aa8c9f1722
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/rl-next/meson.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/rl-next/meson.md b/doc/manual/rl-next/meson.md
new file mode 100644
index 000000000..f836d192f
--- /dev/null
+++ b/doc/manual/rl-next/meson.md
@@ -0,0 +1,15 @@
+---
+synopsis: Lix is built with meson
+# and many more
+cls: [580, 627, 628, 707, 711, 712, 719]
+credits: [Qyriad, horrors, jade, 9999years, winter]
+category: Packaging
+---
+
+Lix is built exclusively with the meson build system thanks to a huge team-wide
+effort, and the legacy `make`/`autoconf` based build system has been removed
+altogether. This improves maintainability of Lix, enables things like saving
+20% of compile times with precompiled headers, and generally makes the build
+less able to produce obscure incremental compilation bugs.
+
+Non-Nix-based downstream packaging needs rewriting accordingly.