Enable 11-lcdfilter-default.conf by default
Some applications needs this enabled by default on non-GNOME desktops. reference: https://bugzilla.redhat.com/show_bug.cgi?id=1965684
This commit is contained in:
parent
012ffaac75
commit
e1c7c6d744
|
@ -32,6 +32,7 @@ DOC_FILES = $(DOC_SOURCES:.in=)
|
|||
CONF_LINKS = \
|
||||
10-hinting-$(PREFERRED_HINTING).conf \
|
||||
10-scale-bitmap-fonts.conf \
|
||||
11-lcdfilter-default.conf \
|
||||
20-unhint-small-vera.conf \
|
||||
30-metric-aliases.conf \
|
||||
40-nonlatin.conf \
|
||||
|
|
|
@ -42,6 +42,7 @@ preferred_hinting = 'slight'
|
|||
conf_links = [
|
||||
'10-hinting-@0@.conf'.format(preferred_hinting),
|
||||
'10-scale-bitmap-fonts.conf',
|
||||
'11-lcdfilter-default.conf',
|
||||
'20-unhint-small-vera.conf',
|
||||
'30-metric-aliases.conf',
|
||||
'40-nonlatin.conf',
|
||||
|
|
Loading…
Reference in New Issue