Signed-off-by: Philipp Zabel <[email protected]> --- v2: add SoB --- rules/vulkan-utility-libraries.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/vulkan-utility-libraries.make b/rules/vulkan-utility-libraries.make index 10f320a9bf87..5b3831daec1a 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.304.1 -VULKAN_UTILITY_LIBRARIES_MD5 := 0ea50ff03ac5004e2f90408406f7682b +VULKAN_UTILITY_LIBRARIES_VERSION := 1.4.309.0 +VULKAN_UTILITY_LIBRARIES_MD5 := 39650f99048e010f80dc07c3478b3415 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,6 +34,7 @@ VULKAN_UTILITY_LIBRARIES_CONF_OPT := \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTS=OFF \ -DUPDATE_DEPS=OFF \ + -DVUL_ENABLE_INSTALL=ON \ -DVUL_MOCK_ANDROID=OFF \ -DVUL_WERROR=OFF -- 2.39.5
