diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 16:27:14 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 16:27:14 -0500 |
commit | fdfd038add2dd336a7197e3dd550ce6d50ea24fe (patch) | |
tree | fae7ec42e9f462259a821402a4489f0ebb128e72 /config | |
parent | a9c2b6e7e713332cf3ecd4d6ffcb39216020211c (diff) | |
download | aura-central-fdfd038add2dd336a7197e3dd550ce6d50ea24fe.tar.gz |
Issue %3003 - Move woff2 to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/external/moz.build b/config/external/moz.build index 3bb510491..3f7ede4a6 100644 --- a/config/external/moz.build +++ b/config/external/moz.build @@ -14,9 +14,6 @@ if CONFIG['MOZ_UPDATER']: if not CONFIG['MOZ_SYSTEM_BZ2']: external_dirs += ['modules/libbz2'] -# There's no "native" brotli or woff2 yet, but probably in the future... -external_dirs += ['modules/woff2'] - if CONFIG['MOZ_VORBIS']: external_dirs += ['media/libvorbis'] |