diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-08-31 00:48:10 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-08-31 00:48:10 -0700 |
commit | 358624a84269630aed014affcf92dbf192a6ff39 (patch) | |
tree | 433d0ded30c3d548d8c7da43160fcd2edb7f8ef8 /doc | |
parent | 4fc9558db709203bb1acf194ecd87cb7e62b1b49 (diff) | |
download | webbrowser-358624a84269630aed014affcf92dbf192a6ff39.tar webbrowser-358624a84269630aed014affcf92dbf192a6ff39.tar.gz webbrowser-358624a84269630aed014affcf92dbf192a6ff39.tar.lz webbrowser-358624a84269630aed014affcf92dbf192a6ff39.tar.xz webbrowser-358624a84269630aed014affcf92dbf192a6ff39.zip |
use system compression libraries
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mozconfig.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mozconfig.example b/doc/mozconfig.example index e5a532b..ecdba20 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -34,6 +34,9 @@ ac_add_options --with-system-libevent #ac_add_options --enable-system-sqlite ac_add_options --enable-hardware-aec-ns ac_add_options --enable-bundled-fonts +ac_add_options --with-system-jpeg +ac_add_options --with-system-zlib +ac_add_options --with-system-bz2 # Features ac_add_options --disable-tests |