Blame SOURCES/fontconfig-lcdfilter.patch

142473
From 2b897d4624f015c0f59a9f46925b758adfc79190 Mon Sep 17 00:00:00 2001
142473
From: Akira TAGOH <akira@tagoh.org>
142473
Date: Mon, 19 Jul 2021 21:03:20 +0900
142473
Subject: [PATCH] Enable 11-lcdfilter-default.conf by default
142473
142473
Some applications needs this enabled by default on non-GNOME desktops.
142473
142473
reference: https://bugzilla.redhat.com/show_bug.cgi?id=1965684
142473
---
142473
 conf.d/Makefile.am | 1 +
142473
 conf.d/meson.build | 1 +
142473
 2 files changed, 2 insertions(+)
142473
142473
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
142473
index 710318c1..43b6e2b9 100644
142473
--- a/conf.d/Makefile.am
142473
+++ b/conf.d/Makefile.am
142473
@@ -32,6 +32,7 @@ DOC_FILES = $(DOC_SOURCES:.in=)
142473
 CONF_LINKS = \
142473
 	10-hinting-$(PREFERRED_HINTING).conf	\
142473
 	10-scale-bitmap-fonts.conf \
142473
+	11-lcdfilter-default.conf \
142473
 	20-unhint-small-vera.conf \
142473
 	30-metric-aliases.conf \
142473
 	40-nonlatin.conf \
142473
diff --git a/conf.d/meson.build b/conf.d/meson.build
142473
index 2cb144ee..172e2af2 100644
142473
--- a/conf.d/meson.build
142473
+++ b/conf.d/meson.build
142473
@@ -42,6 +42,7 @@ preferred_hinting = 'slight'
142473
 conf_links = [
142473
   '10-hinting-@0@.conf'.format(preferred_hinting),
142473
   '10-scale-bitmap-fonts.conf',
142473
+  '11-lcdfilter-default.conf',
142473
   '20-unhint-small-vera.conf',
142473
   '30-metric-aliases.conf',
142473
   '40-nonlatin.conf',
142473
-- 
142473
2.32.0
142473