Skip to content

Commit

Permalink
media-libs/freetype: Revbump to really disable cleartype_hinter (bug …
Browse files Browse the repository at this point in the history
…#593700).

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Sep 17, 2016
1 parent f45759d commit e1f04db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ src_prepare() {
if use infinality; then
# FT_CONFIG_OPTION_SUBPIXEL_RENDERING is already enabled in freetype-2.4.11
enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 1"
fi

if use cleartype_hinting; then
elif use cleartype_hinting; then
# Will be the new default for >=freetype-2.7.0
enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 2"
else
disable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 2"
fi

if ! use bindist; then
Expand Down

0 comments on commit e1f04db

Please sign in to comment.