Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
glslang


Commits:
284a4024 by Timo Aaltonen at 2023-12-02T12:28:49+02:00
tests: Bump c++ to 13.

- - - - -
a4920af0 by Timo Aaltonen at 2023-12-02T12:28:58+02:00
release to sid

- - - - -


2 changed files:

- debian/changelog
- debian/tests/glslang-dev


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+glslang (13.1.1-2) unstable; urgency=medium
+
+  * tests: Bump c++ to 13.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Sat, 02 Dec 2023 12:28:51 +0200
+
 glslang (13.1.1-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/tests/glslang-dev
=====================================
@@ -48,19 +48,19 @@ EOF
 
 # This is hard-coded because there used to be no pkg-config, but matches
 # what renderdoc does.
-"${CXX}" -std=c++11 -o trivial trivial.cpp -lglslang -lMachineIndependent 
-lGenericCodeGen -lHLSL -lOGLCompiler -lOSDependent -lSPIRV -lpthread
+"${CXX}" -std=c++13 -o trivial trivial.cpp -lglslang -lMachineIndependent 
-lGenericCodeGen -lHLSL -lOGLCompiler -lOSDependent -lSPIRV -lpthread
 test -x trivial
 ./trivial
 
 # Or with the pkg-config metadata.
 # Deliberately word-splitting the output of pkg-config:
 # shellcheck disable=SC2046
-"${CXX}" -std=c++11 -o trivial trivial.cpp $("$PKG_CONFIG" --cflags --libs 
glslang)
+"${CXX}" -std=c++13 -o trivial trivial.cpp $("$PKG_CONFIG" --cflags --libs 
glslang)
 test -x trivial
 ./trivial
 
 # shellcheck disable=SC2046
-"${CXX}" -std=c++11 -o spirv spirv.cpp $("$PKG_CONFIG" --cflags --libs spirv)
+"${CXX}" -std=c++13 -o spirv spirv.cpp $("$PKG_CONFIG" --cflags --libs spirv)
 test -x spirv
 ./spirv
 



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/f5f4d15fb4edbfcb9858071ec4663cd45719ce1b...a4920af0a216d1383ee27e7d95159278523dd6a4

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/f5f4d15fb4edbfcb9858071ec4663cd45719ce1b...a4920af0a216d1383ee27e7d95159278523dd6a4
You're receiving this email because of your account on salsa.debian.org.


Reply via email to