# Template file for 'Vulkan-ValidationLayers' pkgname=Vulkan-ValidationLayers version=1.2.137 revision=1 build_style=cmake configure_args="-C ${XBPS_CROSS_BASE}/tmp/helper.cmake -DCMAKE_INSTALL_INCLUDEDIR=/usr/include/vulkan/ -DBUILD_LAYER_SUPPORT_FILES=ON" hostmakedepends="python3 git pkg-config" makedepends="libXrandr-devel wayland-devel" short_desc="Khronos official Vulkan validation layers" maintainer="Colin Gillespie " license="Apache-2.0" homepage="https://www.khronos.org/vulkan/" distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz" checksum=54d9abf5faf0a554bbb88c82b81d44b98849018da33f25537f4a86ea1f25ba28 pre_configure() { # Fetch and compile "known good" versions of dependencies ./scripts/update_deps.py --dir=${XBPS_CROSS_BASE}/tmp # NOTE: this directory won't be cleaned by xbps-src clean }