summaryrefslogtreecommitdiffstats
path: root/abs/core/freetype2/0002-Enable-subpixel-rendering.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-02-07 14:32:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-02-07 14:32:54 (GMT)
commit255f83825235080240c64c61c6c62abb6beec962 (patch)
tree328bf041e982b081f75e9634c67f08e33740f6e3 /abs/core/freetype2/0002-Enable-subpixel-rendering.patch
parentc84aea8a93474b90b9ca1cb18dbb911d3d83204a (diff)
downloadlinhes_pkgbuild-255f83825235080240c64c61c6c62abb6beec962.zip
linhes_pkgbuild-255f83825235080240c64c61c6c62abb6beec962.tar.gz
linhes_pkgbuild-255f83825235080240c64c61c6c62abb6beec962.tar.bz2
freetype2: update to 2.7.1
Diffstat (limited to 'abs/core/freetype2/0002-Enable-subpixel-rendering.patch')
-rw-r--r--abs/core/freetype2/0002-Enable-subpixel-rendering.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/abs/core/freetype2/0002-Enable-subpixel-rendering.patch b/abs/core/freetype2/0002-Enable-subpixel-rendering.patch
new file mode 100644
index 0000000..dfb5796
--- /dev/null
+++ b/abs/core/freetype2/0002-Enable-subpixel-rendering.patch
@@ -0,0 +1,25 @@
+From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/3] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+index 90c123ef93e9ea04..67a361dd41e0b026 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -122,7 +122,7 @@ FT_BEGIN_HEADER
+ /* This is done to allow FreeType clients to run unmodified, forcing */
+ /* them to display normal gray-level anti-aliased glyphs. */
+ /* */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+
+
+ /*************************************************************************/
+--
+2.9.3
+