2018-05-21 20:08:22 +02:00
|
|
|
# Cairo font backends
|
2022-12-24 20:18:46 -05:00
|
|
|
option('dwrite', type : 'feature', value : 'auto')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('fontconfig', type : 'feature', value : 'auto')
|
|
|
|
|
option('freetype', type : 'feature', value : 'auto')
|
|
|
|
|
|
|
|
|
|
# Cairo surface backends
|
|
|
|
|
option('png', type : 'feature', value : 'auto') # png and svg surfaces
|
2020-09-26 19:25:21 +01:00
|
|
|
option('quartz', type : 'feature', value : 'auto')
|
2023-02-04 11:20:19 +01:00
|
|
|
option('tee', type : 'feature', value : 'auto')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('xcb', type : 'feature', value : 'auto')
|
|
|
|
|
option('xlib', type : 'feature', value : 'auto')
|
2021-02-25 01:27:10 +00:00
|
|
|
option('xlib-xcb', type : 'feature', value : 'disabled')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('zlib', type : 'feature', value : 'auto') # script, ps, pdf, xml surfaces
|
|
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
|
option('tests', type : 'feature', value : 'auto')
|
|
|
|
|
|
|
|
|
|
# Util deps
|
2024-01-13 12:06:12 +01:00
|
|
|
option('lzo', type : 'feature', value : 'auto')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('gtk2-utils', type : 'feature', value : 'disabled')
|
|
|
|
|
|
|
|
|
|
# Misc deps
|
|
|
|
|
option('glib', type : 'feature', value : 'auto')
|
|
|
|
|
option('spectre', type : 'feature', value : 'auto')
|
2021-02-23 10:33:23 +00:00
|
|
|
option('symbol-lookup', type: 'feature', value : 'auto',
|
|
|
|
|
description: 'Symbol lookup in debug utils via binutils/bfd')
|
2018-05-21 20:08:22 +02:00
|
|
|
|
2021-04-27 12:08:52 +01:00
|
|
|
# Documentation
|
|
|
|
|
option('gtk_doc', type : 'boolean', value : false,
|
|
|
|
|
description: 'Build the Cairo API reference (depends on gtk-doc)')
|