xulrunner/confvars.sh

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xulrunner/confvars.sh	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +#! /bin/sh
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +MOZ_APP_NAME=xulrunner
    1.10 +MOZ_APP_DISPLAYNAME=XULRunner
    1.11 +MOZ_UPDATER=1
    1.12 +MOZ_XULRUNNER=1
    1.13 +MOZ_CHROME_FILE_FORMAT=omni
    1.14 +MOZ_APP_VERSION=$MOZILLA_VERSION
    1.15 +MOZ_PLACES=1
    1.16 +MOZ_EXTENSIONS_DEFAULT=" gio"
    1.17 +MOZ_URL_CLASSIFIER=1
    1.18 +MOZ_SERVICES_COMMON=1
    1.19 +MOZ_SERVICES_CRYPTO=1
    1.20 +MOZ_SERVICES_METRICS=1
    1.21 +MOZ_SERVICES_SYNC=1
    1.22 +MOZ_MEDIA_NAVIGATOR=1
    1.23 +if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
    1.24 +  MOZ_FOLD_LIBS=1
    1.25 +fi
    1.26 +MOZ_SERVICES_HEALTHREPORT=1

mercurial