We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5773a03 + 82acde4 commit 8d8be93Copy full SHA for 8d8be93
Formula/v/vulkan-tools.rb
@@ -22,8 +22,7 @@ class VulkanTools < Formula
22
23
depends_on "cmake" => :build
24
depends_on "pkgconf" => :build
25
- depends_on "[email protected]" => :build
26
- depends_on "vulkan-volk" => :build
+ depends_on xcode: :build # for ibtool
27
depends_on "glslang"
28
depends_on "vulkan-headers"
29
depends_on "vulkan-loader"
@@ -56,7 +55,6 @@ def install
56
55
"-DBUILD_ICD=ON",
57
"-DBUILD_CUBE=ON",
58
"-DBUILD_VULKANINFO=ON",
59
- "-DTOOLS_CODEGEN=ON", # custom codegen
60
"-DINSTALL_ICD=OFF", # we will manually place it in a nonconflicting location
61
"-DGLSLANG_INSTALL_DIR=#{Formula["glslang"].opt_prefix}",
62
"-DVULKAN_HEADERS_INSTALL_DIR=#{Formula["vulkan-headers"].opt_prefix}",
0 commit comments