aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Bolhuis <mark@bolhuis.dev>2022-09-07 01:00:49 +0100
committerXavier Claessens <xclaesse@gmail.com>2022-09-07 08:43:29 -0400
commita289e5416b88f0f24ae668a6cc921c28b72ceae7 (patch)
tree46443d6bc2063ee795587c99a77f7b0a0df3dc9a /docs
parentb6235a2e42deb417f13cb9411e0c6feb2a4ab995 (diff)
downloadmeson-a289e5416b88f0f24ae668a6cc921c28b72ceae7.zip
meson-a289e5416b88f0f24ae668a6cc921c28b72ceae7.tar.gz
meson-a289e5416b88f0f24ae668a6cc921c28b72ceae7.tar.bz2
modules/wayland: Change default value of include_core_only to true
The use of wayland-<client|server>.h is discouraged, therefore change the default value of include_core_only to true.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Wayland-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Wayland-module.md b/docs/markdown/Wayland-module.md
index ce2b7a6..6793293 100644
--- a/docs/markdown/Wayland-module.md
+++ b/docs/markdown/Wayland-module.md
@@ -50,7 +50,7 @@ generated = wl_mod.scan_xml(
client : true,
server : true,
public : false,
- include_core_only : false,
+ include_core_only : true,
)
```
This function accepts one or more arguments of either string or file type.