diff options
| author | Jeremy Kniager <jeremyk@lunarg.com> | 2020-04-13 10:15:54 -0600 |
|---|---|---|
| committer | jeremyk-lunarg <jeremyk@lunarg.com> | 2020-04-14 15:56:59 -0600 |
| commit | 1be434141625ce0a891c25c6dc3626468c221b2b (patch) | |
| tree | 191183449c29018675d8725dbb39000a7f011044 /scripts | |
| parent | ae0f0ead3a56a241355b8139f40210bca3308071 (diff) | |
| download | usermoji-1be434141625ce0a891c25c6dc3626468c221b2b.tar.xz | |
build: Remove glslang dependancy from known-good
Removed glslang dependancy from known-good.json
Change-Id: I12577690d3155734ab244fe9e7ef822fc374ba7d
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 14 |
1 files changed, 1 insertions, 13 deletions
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,17 +1,6 @@ { "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", "sub_dir" : "Vulkan-Headers", @@ -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" |
