Closed
Bug 323562
Opened 19 years ago
Closed 13 years ago
Should find Xrender, freetype2, fontconfig using pkg-config
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
775 bytes,
patch
|
Details | Diff | Splinter Review |
(compare bug 323551)
Currently, configure.in adds a hardcoded list of libraries for fontconfig, freetype and xrender:
MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS $XLDFLAGS -lXrender -lfreetype -lfontconfig"
It should use pkg-config for that.
Comment 1•19 years ago
|
||
I'm using Solaris for the build. Because of this bug, it always fails. I have to add "-L/usr/sfw/lib" to MOZ_CAIRO_LIBS.
Comment 2•17 years ago
|
||
Added pkg-config checks for required libs for in-tree cairo
Comment 3•13 years ago
|
||
This has since been fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•