summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-07-22 15:06:15 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-07-22 15:06:15 +0200
commit333554821af37a582dc2a8849197849cbb7b36c8 (patch)
tree9a7a703a5e414f927c2bca915640fb7320f686eb /application/palemoon/components
parent227b23606b0401245c9f0b15effd45b876b90260 (diff)
downloadUXP-333554821af37a582dc2a8849197849cbb7b36c8.tar
UXP-333554821af37a582dc2a8849197849cbb7b36c8.tar.gz
UXP-333554821af37a582dc2a8849197849cbb7b36c8.tar.lz
UXP-333554821af37a582dc2a8849197849cbb7b36c8.tar.xz
UXP-333554821af37a582dc2a8849197849cbb7b36c8.zip
Remove MOZ_BROWSER_STATUSBAR conditional.
This resolves #1194.
Diffstat (limited to 'application/palemoon/components')
-rw-r--r--application/palemoon/components/moz.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build
index eb2771c48..48d4552ba 100644
--- a/application/palemoon/components/moz.build
+++ b/application/palemoon/components/moz.build
@@ -20,11 +20,9 @@ DIRS += [
'search',
'sessionstore',
'shell',
+ 'statusbar',
]
-if CONFIG['MOZ_BROWSER_STATUSBAR']:
- DIRS += ['statusbar']
-
if CONFIG['MOZ_SERVICES_SYNC']:
DIRS += ['sync']