summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2024-09-04 16:26:00 +0000
committerGuix Patches Tester <>2024-09-04 18:55:42 +0200
commit960cb20934fde53fa9edae5145d1f44591cb7cc8 (patch)
tree6f9030e8a716e813b7d715e939c90c212179d23c
parent9e89185d581959e796c4f5c52ef09cd83a5d3302 (diff)
downloadguix-patches-issue-73028.tar
guix-patches-issue-73028.tar.gz
doc: Document usage of #:out-of-source? for meson-build-system.issue-73028
Followup to 220546810830422f8ec3e6a4145fec85429914a1. * doc/guix.texi (meson-build-system): Document #:out-of-source? parameter. Change-Id: I730e1aef15010006a68710f8e46ce75dc50e6c67
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 16c697586a..2302e0f15c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10146,6 +10146,10 @@ It adds both Meson and @uref{https://ninja-build.org/, Ninja} to the set
of inputs, and they can be changed with the parameters @code{#:meson}
and @code{#:ninja} if needed.
+As Meson only supports out-of-source builds the @code{#:out-of-source?}
+parameter specifies whether to search for license files in the source
+or build directory.
+
This build system is an extension of @code{gnu-build-system}, but with the
following phases changed to some specific for Meson: