summary refs log tree commit diff
path: root/pkgs/development/libraries/freetype/enable-subpixel-rendering.patch
blob: 6b3577eb4f02036b6ae6e0725fa8c8378f3a37e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Index: freetype-2.10.0/include/freetype/config/ftoption.h
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -126,7 +126,7 @@ FT_BEGIN_HEADER
    * macro is not defined, FreeType offers alternative LCD rendering
    * technology that produces excellent output without LCD filtering.
    */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /**************************************************************************