Closed
Bug 388542
Opened 18 years ago
Closed 18 years ago
disable-libxul broken in thebes
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sylvain.pasche, Assigned: benjamin)
References
Details
Attachments
(2 files)
556 bytes,
patch
|
benjamin
:
review-
|
Details | Diff | Splinter Review |
929 bytes,
patch
|
Details | Diff | Splinter Review |
I was getting unresolved freetype symbols while linking in gfx/thebes/src. Before bug 373535, TK_LIBS was set to "$(MOZ_GTK2_LIBS) $(MOZ_CAIRO_LIBS)" (at least on my system), where $(MOZ_CAIRO_LIBS) included -lfreetype.
Now TK_LIBS does not include $(MOZ_CAIRO_LIBS) anymore, so freetype has to be set somewhere.
Comment 1•18 years ago
|
||
Strange, indeed I tried the patch from bug 373535 long before libxul was enabled by default, and didn't see any problem. I built successfully with disable-libxul after that patch was checked-in. I build, however with disable-freetype2 and enable-Xft as recommended for GTK2.
Assignee | ||
Updated•18 years ago
|
Attachment #272732 -
Flags: review+
Assignee | ||
Comment 2•18 years ago
|
||
Comment on attachment 272732 [details] [diff] [review]
v1
This isn't right, new patch forthcoming
Attachment #272732 -
Flags: review+ → review-
Assignee | ||
Comment 3•18 years ago
|
||
This solution was suggested by vlad and I'm going to commit it like this.
Assignee: nobody → benjamin
Status: NEW → ASSIGNED
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•