summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-31 14:42:50 +0100
committerUli Schlachter <psychon@znc.in>2020-08-14 14:22:27 +0000
commit88d773e6275474364c29153ca3027631f3f0583f (patch)
treeff238f730a181cbfaaff358a6b2f39bea9ec3a59 /meson_options.txt
parent89d4c22140842dd1640a3a9a401ce0d842e9a923 (diff)
downloadcairo-88d773e6275474364c29153ca3027631f3f0583f.tar.gz
meson: add summary and flip some options to disabled by default
.. to match autotools.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6dff33efc..a52b6e2f3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,19 +3,21 @@ option('fontconfig', type : 'feature', value : 'auto')
option('freetype', type : 'feature', value : 'auto')
# Cairo surface backends
-option('cogl', type : 'feature', value : 'auto')
-option('directfb', type : 'feature', value : 'auto')
+option('cogl', type : 'feature', value : 'disabled')
+option('directfb', type : 'feature', value : 'disabled')
option('gl-backend', type : 'combo', value : 'auto',
# FIXME: https://github.com/mesonbuild/meson/issues/4566
choices : ['auto', 'gl', 'glesv2', 'glesv3', 'disabled'])
option('glesv2', type : 'feature', value : 'auto')
option('glesv3', type : 'feature', value : 'auto')
-option('drm', type : 'feature', value : 'auto')
-option('openvg', type : 'feature', value : 'auto')
+option('drm', type : 'feature', value : 'disabled')
+option('openvg', type : 'feature', value : 'disabled')
option('png', type : 'feature', value : 'auto') # png and svg surfaces
-option('qt', type : 'feature', value : 'auto')
+option('qt', type : 'feature', value : 'disabled')
+option('tee', type : 'feature', value : 'disabled')
option('xcb', type : 'feature', value : 'auto')
option('xlib', type : 'feature', value : 'auto')
+#option('xml', type : 'feature', value : 'disabled')
option('zlib', type : 'feature', value : 'auto') # script, ps, pdf, xml surfaces
# Tests