summaryrefslogtreecommitdiff
path: root/user/freetype/0002-Enable-subpixel-rendering.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-24 19:16:45 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-24 19:16:45 +0000
commitf69df721962e3c0152e1d8665d2b14d3012b588b (patch)
treec72f7ab4071866b4c8f98138126be2cce31544b2 /user/freetype/0002-Enable-subpixel-rendering.patch
parent0a18c1ff6d3796c73d2a3aef2bc3145a8ad48832 (diff)
downloadpackages-f69df721962e3c0152e1d8665d2b14d3012b588b.tar.gz
packages-f69df721962e3c0152e1d8665d2b14d3012b588b.tar.bz2
packages-f69df721962e3c0152e1d8665d2b14d3012b588b.tar.xz
packages-f69df721962e3c0152e1d8665d2b14d3012b588b.zip
user/freetype: delete old files
Diffstat (limited to 'user/freetype/0002-Enable-subpixel-rendering.patch')
-rw-r--r--user/freetype/0002-Enable-subpixel-rendering.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/user/freetype/0002-Enable-subpixel-rendering.patch b/user/freetype/0002-Enable-subpixel-rendering.patch
deleted file mode 100644
index dfb57966e..000000000
--- a/user/freetype/0002-Enable-subpixel-rendering.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-