Bug #1000
ft2build.h not found by FindFreetype
Status: | Closed | Start date: | 06/28/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | rti | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
Like with libwww, freetype creates a include directory for all it's headers, but still puts one header (ft2build.h
) in the include root dir.
% find . -name freetype.h 2> /dev/null ./include/freetype2/freetype/freetype.h % find . -name ft2build.h 2> /dev/null ./include/ft2build.h
The cmake find script does not reflect that properly.
History
#1 Updated by rti about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r430.
#2 Updated by kervala about 8 years ago
- Status changed from Resolved to Closed