Merge pull request #197779 from primeos/chromiumBeta

chromium{Beta,Dev}: Fix the configuration phase
This commit is contained in:
Michael Weiss 2022-10-25 22:34:16 +02:00 committed by GitHub
commit b4c2844566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,9 @@ let
rtc_use_pipewire = true;
# Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):
chrome_pgo_phase = 0;
} // optionalAttrs (chromiumVersionAtLeast "107") {
clang_base_path = "${llvmPackages.clang}";
use_qt = false;
} // optionalAttrs proprietaryCodecs {
# enable support for the H.264 codec
proprietary_codecs = true;