summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 97e1c29131..561e9c9e87 100644
--- a/meson.build
+++ b/meson.build
@@ -1010,11 +1010,6 @@ if spirv_cross.found()
dependencies += spirv_cross
endif
-d3d11 = {
- 'name': 'd3d11',
- 'use': win32_desktop and shaderc.found() and spirv_cross.found() and
- get_option('d3d11').allowed(),
-}
d3d11 = get_option('d3d11').require(
win32_desktop and shaderc.found() and spirv_cross.found(),
error_message: 'Either is not a win32 desktop or shaderc nor spirv-cross were found!',