moz.build (basilisk-2021.12.14-source.tar.xz) | : | moz.build (basilisk-2022.01.27-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
# License, v. 2.0. If a copy of the MPL was not distributed with this | # License, v. 2.0. If a copy of the MPL was not distributed with this | |||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | # file, You can obtain one at http://mozilla.org/MPL/2.0/. | |||
external_dirs = [] | external_dirs = [] | |||
DIRS += ['lgpllibs'] | DIRS += ['lgpllibs'] | |||
if not CONFIG['MOZ_SYSTEM_JPEG']: | if not CONFIG['MOZ_SYSTEM_JPEG']: | |||
external_dirs += ['media/libjpeg'] | external_dirs += ['media/libjpeg'] | |||
if CONFIG['MOZ_UPDATER']: | if not CONFIG['MOZ_SYSTEM_BZ2']: | |||
if not CONFIG['MOZ_SYSTEM_BZ2']: | external_dirs += ['modules/libbz2'] | |||
external_dirs += ['modules/libbz2'] | ||||
# There's no "native" brotli or woff2 yet, but probably in the future... | # There's no "native" brotli or woff2 yet, but probably in the future... | |||
external_dirs += ['modules/brotli'] | external_dirs += ['modules/brotli'] | |||
external_dirs += ['modules/woff2'] | external_dirs += ['modules/woff2'] | |||
if CONFIG['MOZ_VORBIS']: | if CONFIG['MOZ_VORBIS']: | |||
external_dirs += ['media/libvorbis'] | external_dirs += ['media/libvorbis'] | |||
if CONFIG['MOZ_TREMOR']: | if CONFIG['MOZ_TREMOR']: | |||
external_dirs += ['media/libtremor'] | external_dirs += ['media/libtremor'] | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added |