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 | 01af8598698507ce11c3382ed71d2889da0e8c13 (patch) | |
tree | 0801fbc84688cf022aff46c6392ae0bd53699b71 /build | |
parent | 01e1fcf522219bf1b2d7d2dcc6209db3d270a182 (diff) | |
download | uxp-01af8598698507ce11c3382ed71d2889da0e8c13.tar.gz |
[Pale Moon] Add a configure flag to functionally disable personas at build time
Diffstat (limited to 'build')
-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 59dc8b57b6..326b2327e8 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', |