From 1be434141625ce0a891c25c6dc3626468c221b2b Mon Sep 17 00:00:00 2001 From: Jeremy Kniager Date: Mon, 13 Apr 2020 10:15:54 -0600 Subject: build: Remove glslang dependancy from known-good Removed glslang dependancy from known-good.json Change-Id: I12577690d3155734ab244fe9e7ef822fc374ba7d --- scripts/known_good.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'scripts') diff --git a/scripts/known_good.json b/scripts/known_good.json index 13b1f7af..4e6aed34 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -1,16 +1,5 @@ { "repos" : [ - { - "name" : "glslang", - "url" : "https://github.com/KhronosGroup/glslang.git", - "sub_dir" : "glslang", - "build_dir" : "glslang/build", - "install_dir" : "glslang/build/install", - "commit" : "e157435c1e777aa1052f446dafed162b4a722e03", - "prebuild" : [ - "python update_glslang_sources.py" - ] - }, { "name" : "Vulkan-Headers", "url" : "https://github.com/KhronosGroup/Vulkan-Headers.git", @@ -27,7 +16,7 @@ "install_dir" : "MoltenVK", "commit" : "v1.0.41", "custom_build" : [ - "./fetchDependencies --glslang-root {0[glslang][repo_dir]}", + "./fetchDependencies", "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package\" build" ], "build_step" : "custom", @@ -58,7 +47,6 @@ } ], "install_names" : { - "glslang" : "GLSLANG_INSTALL_DIR", "Vulkan-Headers" : "VULKAN_HEADERS_INSTALL_DIR", "Vulkan-Loader" : "VULKAN_LOADER_INSTALL_DIR", "MoltenVK" : "MOLTENVK_REPO_ROOT" -- cgit v1.2.3