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 | |
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
-rw-r--r-- | doc/mozconfig.example | 1 | ||||
m--------- | platform | 0 |
2 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 diff --git a/platform b/platform -Subproject aaeaf52308b698084c978636b4f56f87d0603f4 +Subproject e8dada8eff0b36a98b514af6adc039d2920a210 |