Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-08-31 17:59:58 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-08-31 18:01:22 +0300
commita11fb568b920ca3ba159e32e5b9af158a40d8d73 (patch)
tree6d6ca10e725cb150bdab1184893591a674e44f69 /meson_options.txt
parent632e26f687a0796a952199c0224315bd84684ba8 (diff)
[tests] Remove D3D9 tests
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6af1f6b7..36fd0136 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
-option('enable_tests', type : 'boolean', value : false)
option('enable_dxgi', type : 'boolean', value : true, description: 'Build DXGI')
option('enable_d3d9', type : 'boolean', value : true, description: 'Build D3D9')
option('enable_d3d10', type : 'boolean', value : true, description: 'Build D3D10')