diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-23 21:38:22 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | af24d188424093605e34a634feca421fad443399 (patch) | |
tree | cd16c6162e96e11457b11a42c9f393c1675c4019 /docs/yaml/builtins | |
parent | 239219220e2711ae2e6f79e952103f767c384673 (diff) | |
download | meson-af24d188424093605e34a634feca421fad443399.zip meson-af24d188424093605e34a634feca421fad443399.tar.gz meson-af24d188424093605e34a634feca421fad443399.tar.bz2 |
docs: Added new static docs
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/meson.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index 30afafd..f8c4e78 100644 --- a/docs/yaml/builtins/meson.yaml +++ b/docs/yaml/builtins/meson.yaml @@ -358,6 +358,14 @@ methods: Otherwise, the dependency is overwritten for the host machine, which differs from the build machine when cross-compiling. + static: + type: bool + since: 0.60.0 + description: | + Used to override static and/or shared dependencies separately. + If not specified it is assumed + `dep_object` follows `default_library` option value. + - name: is_cross_build returns: bool description: Returns `true` if the current build is a [cross build](Cross-compilation.md) and `false` otherwise. |