diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-17 01:20:07 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-17 01:20:07 -0800 |
commit | 6c37d4ae373155376cee4e3a4e954869e68051c8 (patch) | |
tree | 8e35f64e85dfa5eb368a0977b67b6fbfda02a25f | |
parent | 64cbf43e17ab59f1d6b3f160ce00aff66001302f (diff) | |
download | webbrowser-6c37d4ae373155376cee4e3a4e954869e68051c8.tar webbrowser-6c37d4ae373155376cee4e3a4e954869e68051c8.tar.gz webbrowser-6c37d4ae373155376cee4e3a4e954869e68051c8.tar.lz webbrowser-6c37d4ae373155376cee4e3a4e954869e68051c8.tar.xz webbrowser-6c37d4ae373155376cee4e3a4e954869e68051c8.zip |
disable system libevent and use UXP bundled font
-rw-r--r-- | mozconfig.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mozconfig.example b/mozconfig.example index 9b92b92..ac05643 100644 --- a/mozconfig.example +++ b/mozconfig.example @@ -18,7 +18,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-jemalloc ac_add_options --enable-strip ac_add_options --with-pthreads -ac_add_options --with-system-libevent +#ac_add_options --with-system-libevent ac_add_options --enable-hardware-aec-ns ac_add_options --disable-tests @@ -40,3 +40,4 @@ ac_add_options --enable-jack ac_add_options --disable-mozril-geoloc ac_add_options --with-system-libvpx +ac_add_options --enable-bundled-fonts |