summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
-rw-r--r--meson_options.txt2
2 files changed, 2 insertions, 3 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
diff --git a/meson_options.txt b/meson_options.txt
index 235b8a48..58200e00 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,7 +25,7 @@ option('libthai',
description : 'Build with libthai support')
option('cairo',
type : 'feature',
- value : 'auto',
+ value : 'enabled',
description : 'Build with cairo support')
option('xft',
type : 'feature',