Closed
Bug 939622
Opened 11 years ago
Closed 11 years ago
Remove LIBXUL_LIBRARY for intermediate libs that end up in gkmedias
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: glandium, Assigned: glandium)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
5.59 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
What LIBXUL_LIBRARY does is:
- Imply FORCE_STATIC_LIB
- Build with -DIMPL_LIBXUL
- Build with -DMOZILLA_INTERNAL_API
The incriminated intermediate libs are:
- moz2d
- angle
- cairo
- pixman
- graphite2
- harfbuzz
- ots
- qcms
- skia
They are all third party code (or handled like third party code for moz2d). Besides FORCE_STATIC_LIB, none of the side effects of LIBXUL_LIBRARY should be needed.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8333607 -
Flags: review?(gps)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•11 years ago
|
Attachment #8333607 -
Flags: review?(gps) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
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
•