diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-04 22:38:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 22:38:04 +0300 |
commit | e95ba1ada5e0f98daa0bca78440eb5ceef78ef7e (patch) | |
tree | a4f7f1553f8322848f91acd4cfa085630d1f8c8d /docs/markdown | |
parent | bc5982142ff8961b276b5ab4b3a800932a4c03e8 (diff) | |
parent | 12a5a50058cc3c6184d2d02a60dc578c2ec5d8d8 (diff) | |
download | meson-e95ba1ada5e0f98daa0bca78440eb5ceef78ef7e.zip meson-e95ba1ada5e0f98daa0bca78440eb5ceef78ef7e.tar.gz meson-e95ba1ada5e0f98daa0bca78440eb5ceef78ef7e.tar.bz2 |
Merge pull request #2113 from nyorain/vulkan
Vulkan dependency module
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 5 |
1 files changed, 5 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..9b2df63 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -83,3 +83,8 @@ 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. +## Vulkan dependency module + +Vulkan can now be used as native dependency. The dependency module will detect +the VULKAN_SDK environment variable or otherwise try to receive the vulkan +library and header via pkgconfig or from the system. |