diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-12-03 17:53:19 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-12-03 17:53:19 -0500 |
commit | e4239326a50f69fcd41bfe757c4f7ace0a946270 (patch) | |
tree | 020599720f01f118e494075fdb62ed4d544b3474 /mail | |
parent | 24a86feda45234ef6a7d32fe4cc478f6e9bdb9ff (diff) | |
download | aura-central-e4239326a50f69fcd41bfe757c4f7ace0a946270.tar.gz |
[MAIL] Locally define XP_LINUX for the classic theme
Diffstat (limited to 'mail')
-rw-r--r-- | mail/themes/classic/moz.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/themes/classic/moz.build b/mail/themes/classic/moz.build index b52c7ac0b..eb6930877 100644 --- a/mail/themes/classic/moz.build +++ b/mail/themes/classic/moz.build @@ -9,6 +9,9 @@ DEFINES['MOZ_APP_ID'] = CONFIG['MOZ_APP_ID'] if CONFIG['MOZ_MAIL_LEGACY']: DEFINES['MOZ_MAIL_LEGACY'] = 1 +if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): + DEFINES['XP_LINUX'] = 1 + classic_extension_dir = '{972ce4c6-7e08-4474-a285-3208198ce6fd}' FINAL_TARGET_PP_FILES.extensions[classic_extension_dir] += ['install.rdf'] |