Unverified Commit b4c28445 authored by Michael Weiss's avatar Michael Weiss Committed by GitHub
Browse files

Merge pull request #197779 from primeos/chromiumBeta

chromium{Beta,Dev}: Fix the configuration phase
parents df2a2b4d f709a74f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;