Skip to content

Commit 82acde4

Browse files
committed
vulkan-tools: remove python dependency
Python was only used for `TOOLS_CODEGEN=ON` which didn't do anything as we never ran corresponding `tools_codegen` target. Also remove unused `vulkan-volk` and add Xcode requirement
1 parent c9536fa commit 82acde4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/v/vulkan-tools.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class VulkanTools < Formula
2222

2323
depends_on "cmake" => :build
2424
depends_on "pkgconf" => :build
25-
depends_on "[email protected]" => :build
26-
depends_on "vulkan-volk" => :build
25+
depends_on xcode: :build # for ibtool
2726
depends_on "glslang"
2827
depends_on "vulkan-headers"
2928
depends_on "vulkan-loader"
@@ -56,7 +55,6 @@ def install
5655
"-DBUILD_ICD=ON",
5756
"-DBUILD_CUBE=ON",
5857
"-DBUILD_VULKANINFO=ON",
59-
"-DTOOLS_CODEGEN=ON", # custom codegen
6058
"-DINSTALL_ICD=OFF", # we will manually place it in a nonconflicting location
6159
"-DGLSLANG_INSTALL_DIR=#{Formula["glslang"].opt_prefix}",
6260
"-DVULKAN_HEADERS_INSTALL_DIR=#{Formula["vulkan-headers"].opt_prefix}",

0 commit comments

Comments
 (0)