freetype: enable subpixel rendering

This commit is contained in:
andry-dev 2019-07-23 15:34:56 +02:00 committed by Enno Boland
parent 54099d7560
commit 8702d6b29b
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- include/freetype/config/ftoption.h
+++ include/freetype/config/ftoption.h
@@ -126,7 +126,7 @@
* 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
/**************************************************************************

View file

@ -1,7 +1,7 @@
# Template file for 'freetype'
pkgname=freetype
version=2.10.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-freetype-config"
hostmakedepends="pkg-config"