Last change
on this file since 98879 was 96497, checked in by vboxsync, 2 years ago |
libs/dxvk-native-1.9.2a: export to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
689 bytes
|
Line | |
---|
1 | option('enable_tests', type : 'boolean', value : false)
|
---|
2 | option('enable_dxgi', type : 'boolean', value : true, description: 'Build DXGI')
|
---|
3 | option('enable_d3d9', type : 'boolean', value : true, description: 'Build D3D9')
|
---|
4 | option('enable_d3d10', type : 'boolean', value : true, description: 'Build D3D10')
|
---|
5 | option('enable_d3d11', type : 'boolean', value : true, description: 'Build D3D11')
|
---|
6 | option('build_id', type : 'boolean', value : false)
|
---|
7 |
|
---|
8 | option('dxvk_native_force', type : 'boolean', value : false, description: 'Force building using DXVK native. Eg. for Windows')
|
---|
9 | 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.