aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.42.0.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-31 11:35:25 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2017-08-04 20:23:22 +0300
commitef2257bb4e9a6eb83301907d9fdf01d810dc925c (patch)
tree28fa87ab09aee6c8d0209fe2a51da835977b8639 /docs/markdown/Release-notes-for-0.42.0.md
parent7f307fd5ef3547152c7d48fd362dd511dd94b9d3 (diff)
downloadmeson-dotinclude.zip
meson-dotinclude.tar.gz
meson-dotinclude.tar.bz2
Add option to disable implicit include directories. Closes #2139.dotinclude
Diffstat (limited to 'docs/markdown/Release-notes-for-0.42.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
index f0ea534..4a23af5 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -83,3 +83,9 @@ flag manually, e.g. via `link_args` to a target. This is not
recommended because having multiple rpath causes them to stomp on each
other. This warning will become a hard error in some future release.
+## Disable implicit include directories
+
+By default Meson adds the current source and build directories to the
+header search path. On some rare occasions this is not desired. Setting
+the `implicit_include_directories` keyword argument to `false` these
+directories are not used.