Bug 1110872

Summary: [PATCH] fix freetype-2.5 detection
Product: [Fedora] Fedora Reporter: Yaakov Selkowitz <yselkowi>
Component: perl-TkAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andreas.bierfert, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-20 14:46:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for rawhide none

Description Yaakov Selkowitz 2014-06-18 16:15:39 UTC
perl-Tk is failing to find the freetype headers since their rearrangement in 2.5, resulting in Xft support being dropped from the rawhide builds without being noticed.  (You can see that the libXft.so.2 dep is missing from the latest koji builds but is listed in previous releases.)  Attaching patch for rawhide to fix.

Comment 1 Yaakov Selkowitz 2014-06-18 16:17:12 UTC
Created attachment 910071 [details]
Patch for rawhide

Comment 2 Andreas Bierfert 2014-06-20 14:46:32 UTC
Thanks for providing the patch!