Closed
Bug 412582
Opened 18 years ago
Closed 18 years ago
Remove MOZ_ENABLE_CAIRO_GFX from the build system
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file)
|
26.52 KB,
patch
|
ted
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
While looking at bug 376790 and bug 376791 again I noticed that there are still quite a few checks of MOZ_ENABLE_CAIRO_GFX in our build system. I guess they can be removed by now.
Comment 1•18 years ago
|
||
I noticed some cruft in the libxul makefiles the other day:
http://lxr.mozilla.org/mozilla/source/toolkit/library/libxul-config.mk#286
| Assignee | ||
Comment 2•18 years ago
|
||
Ted, yes, that stuff is what prompted me to file this bug. :-)
Well, this patch does what I had in mind. It kind of robs the "cairo-" (in front of the platform toolkit names in configure.in) of its purpose, but it seems to work, at least I can still compile SeaMonkey on Linux and it runs afterwards. Maybe a case for the try server?
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Attachment #297352 -
Flags: review?(ted.mielczarek)
Comment 3•18 years ago
|
||
Comment on attachment 297352 [details] [diff] [review]
patch
r=me as long as you ran a tryserver build with this.
Do you have a followup on removing MOZ_CAIRO_GFX? (Or did you already do that?)
Attachment #297352 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 297352 [details] [diff] [review]
patch
Yes, I did a try server run (with a patch that included this one).
The one on MOZ_CAIRO_GFX is bug 413632.
Attachment #297352 -
Flags: approval1.9?
Comment 5•18 years ago
|
||
Comment on attachment 297352 [details] [diff] [review]
patch
a=beltzner for 1.9
Attachment #297352 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 6•18 years ago
|
||
Patch checked into trunk.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite-
| Assignee | ||
Comment 7•18 years ago
|
||
Just committed the change to config/static-config.mk that I had apparently forgotten last night.
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•