Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / meson_options.txt
1 # HarfBuzz feature options
2 option('glib', type: 'feature', value: 'auto',
3   description: 'Enable GLib unicode functions')
4 option('gobject', type: 'feature', value: 'disabled',
5   description: 'Enable GObject bindings')
6 option('cairo', type: 'feature', value: 'auto',
7   description: 'Use Cairo graphics library')
8 option('fontconfig', type: 'feature', value: 'auto',
9   description: 'Use fontconfig')
10 option('icu', type: 'feature', value: 'auto',
11   description: 'Enable ICU library unicode functions')
12 option('graphite', type: 'feature', value: 'disabled',
13   description: 'Enable Graphite2 complementary shaper')
14 option('freetype', type: 'feature', value: 'auto',
15   description: 'Enable freetype interop helpers')
16 option('gdi', type: 'feature', value: 'disabled',
17   description: 'Enable GDI helpers and Uniscribe shaper backend (Windows only)')
18 option('directwrite', type: 'feature', value: 'disabled',
19   description: 'Enable DirectWrite shaper backend on Windows (experimental)')
20 option('coretext', type: 'feature', value: 'disabled',
21   description: 'Enable CoreText shaper backend on macOS')
22
23 # Common feature options
24 option('tests', type : 'feature', value : 'enabled', yield : true,
25   description: 'Enable or disable unit tests')
26 option('introspection', type : 'feature', value : 'disabled', yield : true,
27   description : 'Generate gobject-introspection bindings (.gir/.typelib files)')
28 option('gtk_doc',  type : 'feature', value : 'auto', yield : true,
29   description : 'Generate documentation with gtk-doc')
30
31 option('icu_builtin', type: 'boolean', value: false,
32   description: 'Don\'t separate ICU support as harfbuzz-icu module')
33 option('with_libstdcxx', type: 'boolean', value: false,
34   description: 'Allow linking with libstdc++')
35 option('experimental_api', type: 'boolean', value: false,
36   description: 'Enable experimental APIs')
37 option('amalgam', type: 'boolean', value: false,
38   description : 'Enable amalgam builds')