summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/install_data.yaml
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2022-07-12 15:26:22 +0200
committerEli Schwartz <eschwartz93@gmail.com>2023-09-13 21:44:40 -0400
commit0af126fec798d6dbb0d1ad52168cc1f3f1758acd (patch)
tree41e4a51789de1e92881b29e7a7d9f13e5f369f8f /docs/yaml/functions/install_data.yaml
parent56ef698426bb58b7ffd32b0711e064b54166e10f (diff)
downloadmeson-0af126fec798d6dbb0d1ad52168cc1f3f1758acd.tar.gz
install_{data,headers,subdir}: implement follow_symlinks
This permits users who rely on following symlinks to stay on the old default of following them.
Diffstat (limited to 'docs/yaml/functions/install_data.yaml')
-rw-r--r--docs/yaml/functions/install_data.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/functions/install_data.yaml b/docs/yaml/functions/install_data.yaml
index 5ecc318a9..ff4f3363d 100644
--- a/docs/yaml/functions/install_data.yaml
+++ b/docs/yaml/functions/install_data.yaml
@@ -69,3 +69,11 @@ kwargs:
sources:
type: list[file | str]
description: Additional files to install.
+
+ follow_symlinks:
+ type: bool
+ since: 1.3.0
+ default: true
+ description: |
+ If true, dereferences links and copies their target instead. The default
+ value will become false in the future.