diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-12-12 10:35:06 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-24 10:02:00 +0100 |
commit | 507827c207dda138f22ce47ca988708986d17006 (patch) | |
tree | 0b77d57ab5d3ec13a36c93aede00909e458018c2 /build | |
parent | dc7ceccf8bc0950e4daa5f0e7736d4c204526fc0 (diff) | |
download | uxp-507827c207dda138f22ce47ca988708986d17006.tar.gz |
Move --enable-eme out of mozconfigure
Diffstat (limited to 'build')
-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 b33f18623b..c9bdc96826 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -175,6 +175,7 @@ def old_configure_options(*options): '--enable-directshow', '--enable-dtrace', '--enable-dump-painting', + '--enable-eme', '--enable-elf-hack', '--enable-extensions', '--enable-faststripe', |