diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-21 19:23:36 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-21 19:23:36 +0000 |
commit | 2a1b1ad901e716163527339c804ae056c7c86e37 (patch) | |
tree | e145606994210080b7107554af86b8bd3bb2755d /waterfox/debian/mozconfig | |
parent | Merge branch 'irfanview-bump' into 'master' (diff) | |
parent | WIP: waterfox rpm updates from phantomx (diff) | |
download | stackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.tar.gz stackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.tar.bz2 stackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.zip |
Merge branch 'updates' into 'master'
Waterfox and ublock-origin
See merge request bgstack15/stackrpms!108
Diffstat (limited to 'waterfox/debian/mozconfig')
-rw-r--r-- | waterfox/debian/mozconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig index e2a51c9..0b6416a 100644 --- a/waterfox/debian/mozconfig +++ b/waterfox/debian/mozconfig @@ -30,7 +30,9 @@ ac_add_options --enable-release #ac_add_options --enable-rust-simd # on x86 requires SSE2 ac_add_options --disable-rust-simd -ac_add_options --enable-stylo=build +#ac_add_options --enable-stylo=build +# turn off stylo for 2019.12-classic with rust 1.39 +ac_add_options --disable-stylo ac_add_options --with-app-name=waterfox ac_add_options --with-app-basename=Waterfox |