Closed
Bug 280100
Opened 20 years ago
Closed 20 years ago
--enable-cairo does not correctly set cairo compile flags
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 279908
People
(Reporter: scootermorris, Unassigned)
Details
In layout/xul/base/src/Makefile.in, the compile flags for cairo are in an #ifdef
MOZ_CAIRO. Based upon the define above, this should be #ifdef MOZ_ENABLE_CAIRO.
With the move to cairo-0.3.0, the compile will break without this fix.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 279908 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
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
•