Merge pull request #27025 from corngood/firefox-drm-fix

firefox: fix the drmSupport option
This commit is contained in:
Graham Christensen 2017-07-16 16:57:08 -04:00 committed by GitHub
commit 7fcddfe388

View file

@ -153,7 +153,7 @@ stdenv.mkDerivation (rec {
++ lib.optional googleAPISupport "--with-google-api-keyfile=ga"
++ flag crashreporterSupport "crashreporter"
++ flag safeBrowsingSupport "safe-browsing"
++ flag drmSupport "eme"
++ lib.optional drmSupport "--enable-eme=widevine"
++ (if debugBuild then [ "--enable-debug" "--enable-profiling" ]
else [ "--disable-debug" "--enable-release"