[PALEMOON] Fix preprocessing on preferences

This commit is contained in:
NTD 2018-04-05 07:38:30 -04:00 • committed by Roy Tam
commit af609b757b
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ DIRS += ['profile/extensions']
GeckoProgram(CONFIG['MOZ_APP_NAME']) GeckoProgram(CONFIG['MOZ_APP_NAME'])
JS_PREFERENCE_FILES += [ JS_PREFERENCE_PP_FILES += [
'profile/palemoon.js', 'profile/palemoon.js',
] ]

View file

@ -6,7 +6,7 @@
@template @template
def ApplicationBranding(): def ApplicationBranding():
JS_PREFERENCE_FILES += [ JS_PREFERENCE_PP_FILES += [
'pref/palemoon-branding.js', 'pref/palemoon-branding.js',
] ]
@ -49,4 +49,4 @@ def ApplicationBranding():
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION'] DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY'] DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U'] DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U']
DEFINES['MOZILLA_COMPATVERSION_U'] = CONFIG['MOZILLA_COMPATVERSION_U'] DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9"