summaryrefslogtreecommitdiff
path: root/libs/moz.build
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-09-26 00:19:59 -0500
committerJeremy Andrews <athenian200@outlook.com>2021-09-26 00:19:59 -0500
commit0e1ec51979626d5712cca412972f9e49ec224325 (patch)
tree5b7acec22741789155b8d95cee3ca6c645ecaddc /libs/moz.build
parent2fca8854a077493ac1c3e29240bf1839fa837eaf (diff)
downloadaura-central-0e1ec51979626d5712cca412972f9e49ec224325.tar.gz
Issue %3003 - Move libtremor to libs/
Diffstat (limited to 'libs/moz.build')
-rw-r--r--libs/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/moz.build b/libs/moz.build
index 8d21f4605..add3a154c 100644
--- a/libs/moz.build
+++ b/libs/moz.build
@@ -43,6 +43,9 @@ if not CONFIG['MOZ_SYSTEM_JPEG']:
if CONFIG['MOZ_VORBIS']:
DIRS += ['libvorbis']
+if CONFIG['MOZ_TREMOR']:
+ DIRS += ['libtremor']
+
# modules
DIRS += [
'brotli',