diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 00:43:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-15 00:43:46 (EDT) |
commit | e4f95a05710c6f62aa46678044e8f5d78cf82e9a (patch) | |
tree | 2e4caf2c89a6d11654787a7ea2fa2bf3cc20f31c | |
parent | 4690c33ce0ae368ed7db3e565c97890b65951de2 (diff) |
patches: Fix "x" case in Kconfig CONFIG_* names
This is a continuation of commit f8d92fd.
-rw-r--r-- | patches/01_add-mplus-fonts.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/01_add-mplus-fonts.patch b/patches/01_add-mplus-fonts.patch index 49078b0..a842494 100644 --- a/patches/01_add-mplus-fonts.patch +++ b/patches/01_add-mplus-fonts.patch @@ -111,12 +111,12 @@ diff -Naurp src.orig/lib/fonts/Kconfig src/lib/fonts/Kconfig depends on !FONT_SUN8x16 depends on !FONT_SUN12x22 depends on !FONT_10x18 -+ depends on !FONT_MPLUS_1M_REGULAR_8X12 -+ depends on !FONT_MPLUS_1M_REGULAR_10X14 -+ depends on !FONT_MPLUS_1M_REGULAR_12X17 -+ depends on !FONT_MPLUS_1M_REGULAR_16X22 -+ depends on !FONT_MPLUS_1M_REGULAR_24X34 -+ depends on !FONT_MPLUS_1M_REGULAR_32X44 ++ depends on !FONT_MPLUS_1M_REGULAR_8x12 ++ depends on !FONT_MPLUS_1M_REGULAR_10x14 ++ depends on !FONT_MPLUS_1M_REGULAR_12x17 ++ depends on !FONT_MPLUS_1M_REGULAR_16x22 ++ depends on !FONT_MPLUS_1M_REGULAR_24x34 ++ depends on !FONT_MPLUS_1M_REGULAR_32x44 select FONT_8x16 endif # FONT_SUPPORT |