Signed-off-by: Philipp Zabel <[email protected]>
---
 rules/vulkan-utility-libraries.make | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/vulkan-utility-libraries.make 
b/rules/vulkan-utility-libraries.make
index 5b3831daec1a..faff41ca4c95 100644
--- a/rules/vulkan-utility-libraries.make
+++ b/rules/vulkan-utility-libraries.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_UTILITY_LIBRARIES) += 
vulkan-utility-libraries
 #
 # Paths and names
 #
-VULKAN_UTILITY_LIBRARIES_VERSION       := 1.4.309.0
-VULKAN_UTILITY_LIBRARIES_MD5           := 39650f99048e010f80dc07c3478b3415
+VULKAN_UTILITY_LIBRARIES_VERSION       := 1.4.313.0
+VULKAN_UTILITY_LIBRARIES_MD5           := ec5c14ae11d1c848f707e5c432c83e95
 VULKAN_UTILITY_LIBRARIES               := 
vulkan-utility-libraries-$(VULKAN_UTILITY_LIBRARIES_VERSION)
 VULKAN_UTILITY_LIBRARIES_SUFFIX                := tar.gz
 VULKAN_UTILITY_LIBRARIES_URL           := 
https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-$(VULKAN_UTILITY_LIBRARIES_VERSION).$(VULKAN_UTILITY_LIBRARIES_SUFFIX)
@@ -34,7 +34,9 @@ VULKAN_UTILITY_LIBRARIES_CONF_OPT     := \
        -DCMAKE_BUILD_TYPE=Release \
        -DBUILD_TESTS=OFF \
        -DUPDATE_DEPS=OFF \
+       -DVUL_ENABLE_ASAN=OFF \
        -DVUL_ENABLE_INSTALL=ON \
+       -DVUL_ENABLE_UBSAN=OFF \
        -DVUL_MOCK_ANDROID=OFF \
        -DVUL_WERROR=OFF
 
-- 
2.39.5


Reply via email to