freetype: enable subpixel rendering
This commit is contained in:
parent
54099d7560
commit
8702d6b29b
2 changed files with 12 additions and 1 deletions
11
srcpkgs/freetype/patches/enable-subpixel-rendering.patch
Normal file
11
srcpkgs/freetype/patches/enable-subpixel-rendering.patch
Normal 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
|
||||
|
||||
|
||||
/**************************************************************************
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue