pkgname = "vulkan-tools" pkgver = "1.4.334" pkgrel = 0 build_style = "cmake" configure_args = [ "-DVULKAN_HEADERS_INSTALL_DIR=/usr", "-DBUILD_CUBE=ON", ] hostmakedepends = [ "cmake", "glslang-progs", "ninja", "pkgconf", "python", ] makedepends = [ "libxcb-devel", "libxkbcommon-devel", "libxrandr-devel", "linux-headers", "volk", "vulkan-headers", "vulkan-loader-devel", "wayland-devel", "wayland-protocols", ] pkgdesc = "Official Vulkan tools and utilities" license = "Apache-2.0" url = "https://www.khronos.org/vulkan" source = ( f"https://github.com/KhronosGroup/Vulkan-Tools/archive/v{pkgver}.tar.gz" ) sha256 = "ae6c8ec78c6ebe2ec7c3034ac99454eaa2e855fe2b3df0ea858c2ba669b7fd83" # CFI: vkcube etc fail hardening = ["vis", "!cfi"] # no test suite options = ["!cross", "!check"]