Last change
on this file since 107044 was 105107, checked in by vboxsync, 5 months ago |
libs/dxvk-2.3.1: Make it build, bugref:10716
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
504 bytes
|
Line | |
---|
1 | option('enable_dxgi', type : 'boolean', value : true, description: 'Build DXGI')
|
---|
2 | option('enable_d3d9', type : 'boolean', value : true, description: 'Build D3D9')
|
---|
3 | option('enable_d3d10', type : 'boolean', value : true, description: 'Build D3D10')
|
---|
4 | option('enable_d3d11', type : 'boolean', value : true, description: 'Build D3D11')
|
---|
5 | option('build_id', type : 'boolean', value : false)
|
---|
6 |
|
---|
7 | option('dxvk_native_wsi', type : 'string', value : 'sdl2', description: 'WSI system to use if building natively.')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.