summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Gilbert <bgilbert@backtick.net>2022-12-24 20:18:46 -0500
committerBenjamin Gilbert <bgilbert@backtick.net>2022-12-24 20:18:46 -0500
commit6ec9cd3096aff7a406cbb8d6830a81302e34527c (patch)
treea0046ddd4560ddad155786e780dd07cedda73649 /meson_options.txt
parent7fc6df6dd25a7361b1aedddb69b3dae2618eef96 (diff)
downloadcairo-6ec9cd3096aff7a406cbb8d6830a81302e34527c.tar.gz
meson: allow disabling DWrite
When building with MinGW-w64, DWrite introduces a libstdc++ dependency which may not be desired.
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 ebc65c77e..1d4d018c4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,5 @@
# Cairo font backends
+option('dwrite', type : 'feature', value : 'auto')
option('fontconfig', type : 'feature', value : 'auto')
option('freetype', type : 'feature', value : 'auto')