about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/freetype/enable-subpixel-rendering.patch
blob: 4f908343e8c188a882eec13706d42aa54f63d527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: freetype-2.7.1/include/freetype/config/ftoption.h
===================================================================
--- freetype-2.7.1.orig/include/freetype/config/ftoption.h
+++ freetype-2.7.1/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
 
 
   /*************************************************************************/