forked from doitsujin/dxvk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
27 lines (18 loc) · 943 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- mode: meson -*-
option('wine-build', type : 'boolean', value : 'false',
description : 'build with winebuild wrapper')
option('wine-libdir', type : 'string', value : '',
description : 'path to directory containing libwine.so, e.g. /usr/lib/wine')
option('x86_32', type : 'boolean', value : 'false',
description : 'build 32 bit libraries')
option('dll-redirects', type : 'boolean', value : 'false',
description : 'add _vk suffix for dll redirect feature')
option('utils', type : 'boolean', value : 'true',
description : 'build utils')
option('install-utils', type : 'boolean', value : 'false',
description : 'install utils')
#option('tests', type : 'boolean', value : 'true',
# description : 'build test executables')
option('install-tests', type : 'boolean', value : 'false',
description : 'install test executables')
option('enable_tests', type : 'boolean', value : false)