This repository was archived by the owner on Jan 26, 2026. It is now read-only.
forked from libass/libass
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmeson_options.txt
More file actions
19 lines (17 loc) · 1.44 KB
/
meson_options.txt
File metadata and controls
19 lines (17 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
option('test', type: 'feature', description: 'enable test program (requires libpng)')
option('compare', type: 'feature', description: 'enable compare program')
option('profile', type: 'feature', description: 'enable profiling program')
option('fuzz', type: 'feature', description: 'enable fuzzing consumer')
option('checkasm', type: 'feature', description: 'enable assembly unit test program')
option('art-samples', type: 'string', description: 'Path to the root of regression testing sample repository. If set, it is used in meson test.')
option('fuzz-link-args', type: 'string', description: 'Additional link flags for fuzz targets.')
option('fuzz-link-language', type : 'combo', choices : ['c', 'cpp'], value : 'c', description: 'Linking language for fuzz targets.')
option('fontconfig', type: 'feature', description: 'Fontconfig support')
option('directwrite', type: 'feature', description: 'DirectWrite support (win32 only)')
option('coretext', type: 'feature', description: 'Core Text support (Apple only)')
option('asm', type: 'feature', description: 'ASM support (better performance)')
option('libunibreak', type: 'feature', description: 'libunibreak support')
option('require-system-font-provider', type: 'boolean', value: true,
description: 'disallow compilation if no system font provider was found')
option('large-tiles', type: 'boolean', value: false,
description: 'use larger tiles in the rasterizer (better performance, slightly worse quality)')