Mesa (master): radv: add missing meson build dependency

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 29 16:41:12 UTC 2018


Module: Mesa
Branch: master
Commit: 912cd0ce3beaf77a6730ce59ebe94dc52db97ff0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=912cd0ce3beaf77a6730ce59ebe94dc52db97ff0

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 28 13:11:21 2018 +0000

radv: add missing meson build dependency

Fixes: 9d40ec2cf6ec6d3d9d78 "radv: Add support for VK_KHR_driver_properties."
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/amd/vulkan/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
index 5bc9c84827..0f1261d480 100644
--- a/src/amd/vulkan/meson.build
+++ b/src/amd/vulkan/meson.build
@@ -129,7 +129,7 @@ endif
 
 libvulkan_radeon = shared_library(
   'vulkan_radeon',
-  [libradv_files, radv_entrypoints, radv_extensions_c, vk_format_table_c],
+  [libradv_files, radv_entrypoints, radv_extensions_c, vk_format_table_c, sha1_h],
   include_directories : [
     inc_common, inc_amd, inc_amd_common, inc_compiler, inc_vulkan_util,
     inc_vulkan_wsi,




More information about the mesa-commit mailing list