Merge pull request #32515 from gebner/firefox_webrender

firefox: enable webrender
This commit is contained in:
Gabriel Ebner 2017-12-11 09:11:23 +01:00 committed by GitHub
commit f336bd43d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,9 @@ stdenv.mkDerivation (rec {
"--with-libclang-path=${llvmPackages.clang-unwrapped}/lib"
"--with-clang-path=${llvmPackages.clang}/bin/clang"
]
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [
"--enable-webrender=build"
]
# TorBrowser patches these
++ lib.optionals (!isTorBrowserLike) [