diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-10-16 12:07:48 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-10-16 12:08:13 -0400 |
commit | 41929999854ea3ff15302bfb47ba78915cd468b9 (patch) | |
tree | f602dc20d3bdbbf1e74fb8e0384c15052c1c9abc | |
parent | 2538e1afc978ec751e95cdcf9d01c0426e480142 (diff) | |
download | aura-central-41929999854ea3ff15302bfb47ba78915cd468b9.tar.gz |
Issue %3003 - Follow-up: Build gmp-clearkey from libs moz.build
-rw-r--r-- | libs/moz.build | 3 | ||||
-rw-r--r-- | toolkit/toolkit.mozbuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/libs/moz.build b/libs/moz.build index ad013a749..2ad84ffe2 100644 --- a/libs/moz.build +++ b/libs/moz.build @@ -85,3 +85,6 @@ DIRS += ['expat'] # toolkit DIRS += ['protobuf'] + +if CONFIG['MOZ_EME']: + DIRS += ['gmp-clearkey/0.1']
\ No newline at end of file diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index 8d060cb54..3a72232cd 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -144,11 +144,6 @@ DIRS += [ '/tools/quitter', ] -if CONFIG['MOZ_EME']: - DIRS += [ - '/libs/gmp-clearkey/0.1', - ] - if CONFIG['ENABLE_TESTS']: DIRS += [ '/testing/mochitest', |