2018-05-21 20:08:22 +02:00
|
|
|
# Cairo font backends
|
|
|
|
|
option('fontconfig', type : 'feature', value : 'auto')
|
|
|
|
|
option('freetype', type : 'feature', value : 'auto')
|
|
|
|
|
|
|
|
|
|
# Cairo surface backends
|
2020-07-31 14:42:50 +01:00
|
|
|
option('cogl', type : 'feature', value : 'disabled')
|
|
|
|
|
option('directfb', type : 'feature', value : 'disabled')
|
2020-11-17 15:07:29 +00:00
|
|
|
option('gl-backend', type : 'combo', value : 'disabled',
|
2018-05-21 20:08:22 +02:00
|
|
|
# FIXME: https://github.com/mesonbuild/meson/issues/4566
|
|
|
|
|
choices : ['auto', 'gl', 'glesv2', 'glesv3', 'disabled'])
|
2020-11-17 15:07:29 +00:00
|
|
|
option('glesv2', type : 'feature', value : 'disabled')
|
|
|
|
|
option('glesv3', type : 'feature', value : 'disabled')
|
2020-07-31 14:42:50 +01:00
|
|
|
option('drm', type : 'feature', value : 'disabled')
|
|
|
|
|
option('openvg', type : 'feature', value : 'disabled')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('png', type : 'feature', value : 'auto') # png and svg surfaces
|
2020-07-31 14:42:50 +01:00
|
|
|
option('qt', type : 'feature', value : 'disabled')
|
|
|
|
|
option('tee', type : 'feature', value : 'disabled')
|
2018-05-21 20:08:22 +02:00
|
|
|
option('xcb', type : 'feature', value : 'auto')
|
|
|
|
|
option('xlib', type : 'feature', value : 'auto')
|
2020-07-31 14:42:50 +01:00
|
|
|
#option('xml', 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
|
|
|
|
|
option('gtk2-utils', type : 'feature', value : 'disabled')
|
|
|
|
|
|
|
|
|
|
# Misc deps
|
|
|
|
|
option('glib', type : 'feature', value : 'auto')
|
|
|
|
|
option('spectre', type : 'feature', value : 'auto')
|
|
|
|
|
|
|
|
|
|
# FIXME: implement these to avoid automagic
|
|
|
|
|
#option('egl', type : 'feature', value : 'auto')
|
|
|
|
|
#option('glx', type : 'feature', value : 'auto')
|
|
|
|
|
#option('wgl', type : 'feature', value : 'auto')
|