summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.org b/NEWS.org
index fe8c081..23648a7 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -129,7 +129,10 @@
- 1.12.13: if available, *mu* now uses the system versions of ~CLI11~ and ~fmt~
instead of the "vendored" ones. This can be overridden by passing the
- ~-Duse-embedded-cli11=true~ and ~-Duse-embedded-fmt=true~ to Meson.
+ ~-Duse-embedded-cli11=true~ and ~-Duse-embedded-fmt=true~ to Meson. You can
+ influence where the build system (i.e., meson) looks through the
+ `PKG_CONFIG_PATH` environment variable (see the pkg-config/pkgconf
+ man-pages)
- 1.12.13: test commands are now built "lazily", i.e., building is only
triggered when running the tests. This speed up the build when not