diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-08-23 19:17:47 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-08-23 19:17:47 -0700 |
commit | 0b02e5aeb0a464bd5bac124481c45d2b3a76808a (patch) | |
tree | 26f1b365c4244fe1d9c3e117bbfa5ddb0cdc8906 /doc | |
parent | d9c87b1f056d02513184d6704ad992c505a9eac0 (diff) | |
download | webbrowser-0b02e5aeb0a464bd5bac124481c45d2b3a76808a.tar webbrowser-0b02e5aeb0a464bd5bac124481c45d2b3a76808a.tar.gz webbrowser-0b02e5aeb0a464bd5bac124481c45d2b3a76808a.tar.lz webbrowser-0b02e5aeb0a464bd5bac124481c45d2b3a76808a.tar.xz webbrowser-0b02e5aeb0a464bd5bac124481c45d2b3a76808a.zip |
bump UXP version and use system libevent by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mozconfig.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mozconfig.example b/doc/mozconfig.example index 06d0905..e5a532b 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -29,6 +29,7 @@ ac_add_options --enable-strip ac_add_options --enable-devtools ac_add_options --with-pthreads ac_add_options --with-system-libvpx +ac_add_options --with-system-libevent # Don't enable system sqlite until linker issues are fixed #ac_add_options --enable-system-sqlite ac_add_options --enable-hardware-aec-ns |