summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte.benjamin@googlemail.com>2022-02-16 20:38:35 +0000
committerBenjamin Otte <otte.benjamin@googlemail.com>2022-02-16 20:38:35 +0000
commitdaac10fd6ca8cbc415cee10d51a543eb648705f8 (patch)
tree3b8ef43d24e1d46369260f4b18fedbaacd74a64a
parent219a6b6de00e240fd70c396786c57922d5e42488 (diff)
downloadpango-daac10fd6ca8cbc415cee10d51a543eb648705f8.tar.gz
Remove options from cairo subproject
Cairo is a proper meson project now, and force-enabling fontconfig and freetype broke the CI build on MacOS.
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 59a39434..fcff9ea7 100644
--- a/meson.build
+++ b/meson.build
@@ -445,8 +445,7 @@ endif
# in a declarative way
if not cairo_dep.found()
cairo_dep = dependency('cairo', version: cairo_req_version,
- fallback: ['cairo', 'libcairo_dep'], required: get_option('cairo'),
- default_options: ['freetype=enabled', 'fontconfig=enabled'])
+ fallback: ['cairo', 'libcairo_dep'], required: get_option('cairo'))
cairo_found_type = cairo_dep.type_name()
endif