Closed
Bug 1316724
Opened 8 years ago
Closed 5 years ago
Move MOZ_BUNDLED_FONTS to Python configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chmanchester, Assigned: chmanchester)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
Details |
+++ This bug was initially created as a clone of Bug #1309015 +++
This part of bug 1309015 seems like it can land independently.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8811447 [details]
Bug 1316724 - Move MOZ_BUNDLED_FONTS to Python configure.
https://reviewboard.mozilla.org/r/93522/#review94848
::: b2g/confvars.sh
(Diff revision 1)
> MOZ_TOOLKIT_SEARCH=
> MOZ_B2G=1
>
> MOZ_JSDOWNLOADS=1
>
> -MOZ_BUNDLED_FONTS=1
it's also in b2g/dev/confvars.sh and b2g/graphene/confvars.sh
::: browser/moz.configure:14
(Diff revision 1)
> imply_option('MOZ_SERVICES_SYNC', True)
> imply_option('MOZ_SERVICES_CLOUDSYNC', True)
>
> +imply_option('--enable-bundled-fonts',
> + depends(target)(lambda t: t.os != 'OSX' or None),
> + reason='target')
reason='--target'
Attachment #8811447 -
Flags: review?(mh+mozilla)
Updated•7 years ago
|
Product: Core → Firefox Build System
Assignee | ||
Comment 3•5 years ago
|
||
Bug 1491419 seems to have taken care of this.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•