diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-06-29 11:26:21 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-06-29 11:26:21 -0400 |
commit | 5354d19cf544f330dd77d0911de7a9f938adf37f (patch) | |
tree | 0801fbc84688cf022aff46c6392ae0bd53699b71 /build/moz.configure | |
parent | b91f34f0f85df2b0fc8b0d2c21dc0a0f80caaf5c (diff) | |
download | aura-central-5354d19cf544f330dd77d0911de7a9f938adf37f.tar.gz |
[Pale Moon] Add a configure flag to functionally disable personas at build time
Diffstat (limited to 'build/moz.configure')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 59dc8b57b..326b2327e 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -310,6 +310,7 @@ def old_configure_options(*options): # Below are configure flags used by Pale Moon '--disable-browser-statusbar', '--disable-sync', + '--disable-personas', # Below are configure flags used by Basilisk '--disable-webextensions', |