diff options
author | Moonchild <moonchild@palemoon.org> | 2023-10-17 13:04:54 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-10-17 16:37:43 +0200 |
commit | a63cf31989546298a7990c2f993239064b2126b5 (patch) | |
tree | ec2c53d3863aeb29467e2157954ac491575aceb8 /toolkit | |
parent | ea3785a6d74423b117bd0c5d377973ceba456ecd (diff) | |
download | uxp-a63cf31989546298a7990c2f993239064b2126b5.tar.gz |
Issue #2346 - Update build configuration and remove --{en|dis}able-eme
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/toolkit.mozbuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index bb5cac7cba..7ba79b11be 100644 --- a/toolkit/toolkit.mozbuild +++ b/toolkit/toolkit.mozbuild @@ -135,11 +135,6 @@ DIRS += [ '/tools/quitter', ] -if CONFIG['MOZ_EME']: - DIRS += [ - '/media/gmp-clearkey/0.1', - ] - if CONFIG['ENABLE_TESTS']: DIRS += [ '/testing/mochitest', |