From e2e9823eb7b3941120078c528670c9c10a2536a5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Jul 2019 21:03:09 +0200 Subject: [PATCH] Revert "D3D10/11/12 can work without SPIRV-Cross/glslang - you just won't" This reverts commit 4fcf2c42ef50f4347d260c5d57f9692ae61a2f7a. --- qb/config.libs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 0330f41255..d0c92700af 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -541,6 +541,18 @@ if [ "$HAVE_SPIRV_CROSS" != "no" ]; then HAVE_SPIRV_CROSS=no fi +if [ "$HAVE_D3D10" != "no" ]; then + die : 'd3d10' + HAVE_D3D10=no +fi +if [ "$HAVE_D3D11" != "no" ]; then + die : 'd3d11' + HAVE_D3D11=no +fi +if [ "$HAVE_D3D12" != "no" ]; then + die : 'd3d12' + HAVE_D3D12=no +fi if [ "$HAVE_OPENGL_CORE" != "no" ]; then die : 'glcore' HAVE_OPENGL_CORE=no