diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-04-08 10:21:22 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-04-23 11:27:12 -0700 |
| commit | 4f94284013d257bf361b18da6c6d8c80e64cf24f (patch) | |
| tree | 92ee44399945080bcbf98cd2ee7e504299a516b6 /docs/yaml | |
| parent | ffa235213cf8b45569abdde84cd1c9aa4e63d6a3 (diff) | |
| download | meson-4f94284013d257bf361b18da6c6d8c80e64cf24f.tar.gz | |
interpreter: implement the `name()` method for `ExternalLibraryHolder`
This allows `cc.find_library().name()` to work, just like
`dependency().name()`.
Fixes: #13053
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/objects/dep.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/yaml/objects/dep.yaml b/docs/yaml/objects/dep.yaml index 52e28faca..76543d2c1 100644 --- a/docs/yaml/objects/dep.yaml +++ b/docs/yaml/objects/dep.yaml @@ -15,6 +15,9 @@ methods: Returns `'internal'` for dependencies created with [[declare_dependency]]. + NOTE: This was not implemented for dep objects returned by + [[compiler.find_library]] until Meson 1.5.0 + - name: get_pkgconfig_variable since: 0.36.0 deprecated: 0.56.0 |
