[pango/for-main] Enable Cairo by default
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/for-main] Enable Cairo by default
- Date: Wed, 16 Feb 2022 18:49:30 +0000 (UTC)
commit 219a6b6de00e240fd70c396786c57922d5e42488
Author: Benjamin Otte <otte benjamin googlemail com>
Date: Wed Feb 16 18:49:29 2022 +0000
Enable Cairo by default
Most builds of Pango want cairo enabled.
So it seems better to enable it by default and throw an error than to silently disable it, and make the
few people who do want it disabled pass a flag to meson.
Related gtk!4487
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]