| Summary: |
../src/.libs/libcairo.so: undefined reference to `FT_Load_Sfnt_Table' |
| Product: |
cairo
|
Reporter: |
Billy Biggs <billy.biggs> |
| Component: |
pdf backend | Assignee: |
Kristian Høgsberg <krh> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
cairo-bugs mailing list <cairo-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
high
|
|
|
| Version: |
0.9.3 | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
Proposed patch
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
cairo-font-subset.c uses FT_Load_Sfnt_Table which does not seem to exist in the version of freetype I have installed on one of the machines here. This is used by the PS/PDF backend. freetype-2.1.3-6 freetype-devel-2.1.3-6 There should be a configure check for this.