mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
added Options{} table. part of fix for #39959 -- jj.
This commit is contained in:
parent
8b638a4c67
commit
d707a45232
@ -65,6 +65,15 @@ $build{mailnews} = 0;
|
||||
$build{apprunner} = 0;
|
||||
$build{resources} = 0;
|
||||
|
||||
$options{transformiix} = 0;
|
||||
$options{mathml} = 0;
|
||||
$options{svg} = 0;
|
||||
|
||||
# Don't change these (where should they go?)
|
||||
$optiondefines{transformiix}{MOZ_XSL} = 1;
|
||||
$optiondefines{mathml}{MOZ_MATHML} = 1;
|
||||
$optiondefines{svg}{MOZ_SVG} = 1;
|
||||
|
||||
#-----------------------------------------------
|
||||
# configuration variables that affect the manner
|
||||
# of building, but possibly affecting
|
||||
|
@ -98,6 +98,15 @@ $build{mailnews} = 0;
|
||||
$build{apprunner} = 0;
|
||||
$build{resources} = 0;
|
||||
|
||||
$options{transformiix} = 0;
|
||||
$options{mathml} = 0;
|
||||
$options{svg} = 0;
|
||||
|
||||
# Don't change these (where should they go?)
|
||||
$optiondefines{transformiix}{MOZ_XSL} = 1;
|
||||
$optiondefines{mathml}{MOZ_MATHML} = 1;
|
||||
$optiondefines{svg}{MOZ_SVG} = 1;
|
||||
|
||||
#-----------------------------------------------
|
||||
# configuration variables that affect the manner
|
||||
# of building, but possibly affecting
|
||||
|
Loading…
x
Reference in New Issue
Block a user