vulkan-tools: bring back the cube

Praise the cube.
This commit is contained in:
K900
2025-10-07 20:39:04 +03:00
parent ebe9c88c7b
commit d5a9b6b70c
-3
View File
@@ -70,9 +70,6 @@ stdenv.mkDerivation rec {
env.PKG_CONFIG_WAYLAND_SCANNER_WAYLAND_SCANNER = lib.getExe buildPackages.wayland-scanner;
cmakeFlags = [
# Temporarily disabled, see https://github.com/KhronosGroup/Vulkan-Tools/issues/1130
# FIXME: remove when fixed upstream
"-DBUILD_CUBE=OFF"
# Don't build the mock ICD as it may get used instead of other drivers, if installed
"-DBUILD_ICD=OFF"
# vulkaninfo loads libvulkan using dlopen, so we have to add it manually to RPATH