Closed
Bug 513702
Opened 16 years ago
Closed 14 years ago
/gfx/cairo/cairo/test/Makefile.in: Remove useless lines
Categories
(Core :: Graphics, defect)
Tracking
()
VERIFIED
FIXED
mozilla12
People
(Reporter: sgautherie, Assigned: jrmuizel)
References
()
Details
I guess this should happen upstream?!
| Reporter | ||
Comment 1•16 years ago
|
||
Unused:
line 128 -- ATSUI_FONT_FEATURE = @ATSUI_FONT_FEATURE@
line 185 -- FT_FONT_FEATURE = @FT_FONT_FEATURE@
line 189 -- GLITZ_SURFACE_FEATURE = @GLITZ_SURFACE_FEATURE@
line 216 -- PDF_SURFACE_FEATURE = @PDF_SURFACE_FEATURE@
line 223 -- PNG_SURFACE_FEATURE = @PNG_SURFACE_FEATURE@
line 225 -- PS_SURFACE_FEATURE = @PS_SURFACE_FEATURE@
line 226 -- QUARTZ_SURFACE_FEATURE = @QUARTZ_SURFACE_FEATURE@
line 228 -- SANITY_CHECKING_FEATURE = @SANITY_CHECKING_FEATURE@
line 234 -- WIN32_FONT_FEATURE = @WIN32_FONT_FEATURE@
line 235 -- WIN32_SURFACE_FEATURE = @WIN32_SURFACE_FEATURE@
line 238 -- XCB_SURFACE_FEATURE = @XCB_SURFACE_FEATURE@
line 239 -- XLIB_SURFACE_FEATURE = @XLIB_SURFACE_FEATURE@
Don't even exist:
line 140 -- CAIRO_HAS_PDF_SURFACE_FALSE = @CAIRO_HAS_PDF_SURFACE_FALSE@
line 141 -- CAIRO_HAS_PDF_SURFACE_TRUE = @CAIRO_HAS_PDF_SURFACE_TRUE@
Summary: /gfx/cairo/cairo/test/Makefile.in: Remove unused WIN32_FONT_FEATURE line → /gfx/cairo/cairo/test/Makefile.in: Remove useless lines
Comment 2•14 years ago
|
||
Actually, Makefile.in is not upstream in source, we appear to have checked in generated files. Either that or we need to update the generated files for our build system.
| Assignee | ||
Comment 3•14 years ago
|
||
The whole test directory can just go away. I'll land that patch as soon as the tree opens.
| Assignee | ||
Comment 4•14 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → jmuizelaar
Flags: in-testsuite-
Target Milestone: --- → mozilla12
| Reporter | ||
Comment 5•14 years ago
|
||
V.Fixed, per MXR.
I filed bug 718359 as a follow-up.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•