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:
authorBeyley Thomas <ep1cm1n10n123@gmail.com>2022-12-03 06:11:43 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-01-08 12:36:25 +0300
commitc11a63f5e577a93f902151621abfdaf00b30739a (patch)
tree41735edad78c28994f56454779830c05605cf4a8 /meson_options.txt
parent3491895960e0d480e686a5a3489f7614bb51cd90 (diff)
[wsi] Add GLFW backend
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 36fd0136..5ac9ea7b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,5 @@ option('enable_d3d9', type : 'boolean', value : true, description: 'Build D3D9'
option('enable_d3d10', type : 'boolean', value : true, description: 'Build D3D10')
option('enable_d3d11', type : 'boolean', value : true, description: 'Build D3D11')
option('build_id', type : 'boolean', value : false)
+
+option('dxvk_native_wsi', type : 'string', value : 'sdl2', description: 'WSI system to use if building natively.') \ No newline at end of file