diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
commit | 90c5288fef22004d6e4d441b3ae10b9cd1836103 (patch) | |
tree | 14d4a0e5588e0a04ec4cca52805599ed4abb27fe /toolkit | |
parent | 3624078103303adf0b934734d95a1ed9eb7bfefd (diff) | |
download | uxp-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.gz |
Issue #1342 - Remove support for system libevent
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/library/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index ebba07b4ad..85a7351ba3 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -201,9 +201,6 @@ if CONFIG['MOZ_SYSTEM_PNG']: if CONFIG['MOZ_SYSTEM_HUNSPELL']: OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] -if CONFIG['MOZ_SYSTEM_LIBEVENT']: - OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] - if CONFIG['MOZ_SYSTEM_LIBVPX']: OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS'] |