summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-23 13:08:02 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-23 13:08:02 +0100
commit09da5078237cdb93a8aaff6de0741c3f7fed5cd4 (patch)
tree14d4a0e5588e0a04ec4cca52805599ed4abb27fe /toolkit
parentcd352bab7c4e3e0432375ce24c49394946bc0bc9 (diff)
downloaduxp-09da5078237cdb93a8aaff6de0741c3f7fed5cd4.tar.gz
Issue mcp-graveyard/UXP#1342 - Remove support for system libevent
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/library/moz.build3
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']