diff options
Diffstat (limited to 'b2g/dev/confvars.sh')
-rw-r--r-- | b2g/dev/confvars.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/b2g/dev/confvars.sh b/b2g/dev/confvars.sh new file mode 100644 index 000000000..4fb0b58a1 --- /dev/null +++ b/b2g/dev/confvars.sh @@ -0,0 +1,12 @@ +#! /bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MOZ_B2G=1 +MOZ_MULET=1 + +. ${srcdir}/browser/confvars.sh + +MOZ_BUNDLED_FONTS=1 +MOZ_UA_OS_AGNOSTIC=1 |