diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-01-03 23:40:35 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-01-03 23:40:35 -0500 |
commit | 46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae (patch) | |
tree | 6894de85812f284f5cb0fdc2b3baaaa08cebc360 /build/moz.configure | |
parent | 39cebe99e2db22d9e725499bf309b5668fcee413 (diff) | |
download | uxp-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.tar.gz |
Issue #61 - Add configure option for non-windows platforms
Windows will ALWAYS have this enabled but we eventually want all target operating systems to use this as well but that will require more work
Diffstat (limited to 'build/moz.configure')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 9673b8a893..7b1d462c49 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -226,6 +226,7 @@ def old_configure_options(*options): '--enable-safe-browsing', '--enable-sandbox', '--enable-security-sqlstore', + '--enable-shared-media', '--enable-signmar', '--enable-simulator', '--enable-small-chunk-size', |