HarfBuzz text shaping engine
http://harfbuzz.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1008 B
22 lines
1008 B
6 years ago
|
# HarfBuzz feature options
|
||
|
option('glib', type: 'feature', value: 'auto',
|
||
|
description: 'Enable GLib unicode functions')
|
||
|
option('gobject', type: 'feature', value: 'disabled',
|
||
|
description: 'Enable GObject bindings')
|
||
|
option('cairo', type: 'feature', value: 'auto',
|
||
|
description: 'Use Cairo graphics library')
|
||
|
option('fontconfig', type: 'feature', value: 'auto',
|
||
|
description: 'Use fontconfig')
|
||
|
option('icu', type: 'feature', value: 'auto',
|
||
|
description: 'Enable ICU library unicode functions')
|
||
|
option('graphite', type: 'feature', value: 'disabled',
|
||
|
description: 'Enable Graphite2 complementary shaper')
|
||
|
option('freetype', type: 'feature', value: 'auto',
|
||
|
description: 'Enable freetype interop helpers')
|
||
|
|
||
|
# Common feature options
|
||
|
#option('tests', type : 'feature', value : 'auto', yield : true,
|
||
|
# description: 'Enable or disable unit tests')
|
||
|
#option('introspection', type : 'feature', value : 'disabled', yield : true,
|
||
|
# description : 'Generate gobject-introspection bindings (.gir/.typelib files)')
|