summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-26 19:25:21 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-01-04 20:08:06 +0000
commitd8d16562ec094593eba4446432e918704590ab20 (patch)
tree13621ce33035d9e8fcb09842aa2d95d165e4004f /meson_options.txt
parentcb3618f76d10c2e0cd1e6196ed79d4af4d7d5e44 (diff)
downloadcairo-d8d16562ec094593eba4446432e918704590ab20.tar.gz
meson: fix macOS build and add macOS ci
Fixes #441
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ff11fe7ed..5cafe8bda 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,7 @@ option('glesv3', type : 'feature', value : 'disabled')
option('drm', type : 'feature', value : 'disabled')
option('openvg', type : 'feature', value : 'disabled')
option('png', type : 'feature', value : 'auto') # png and svg surfaces
+option('quartz', type : 'feature', value : 'auto')
option('qt', type : 'feature', value : 'disabled')
option('tee', type : 'feature', value : 'disabled')
option('xcb', type : 'feature', value : 'auto')