Skip to content
Snippets Groups Projects
Commit 1c348914 authored by Niklas Haas's avatar Niklas Haas Committed by Jean-Baptiste Kempf
Browse files

contrib: bump minimum required glslang version

Bumping this allows us to drop some backwards-compatibility patches in
the libplacebo contribs, by ensuring that a proper versioned glslang is
always available.

Version 10 of glslang is the first release including the new style build
info header, and is therefore also the minimum dependency required by
newer glslang versions. It makes a natural candidate to start requiring.
parent 11692eaf
No related branches found
No related tags found
Loading
......@@ -4,7 +4,7 @@ GLSLANG_VERSION := 11.10.0
GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/refs/tags/$(GLSLANG_VERSION).tar.gz
PKGS += glslang
ifeq ($(call need_pkg,"glslang"),)
ifeq ($(call need_pkg,"glslang >= 10"),)
PKGS_FOUND += glslang
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment