mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #188440 from primeos/chromiumBeta
chromiumBeta: Fix errors due to incompatible Wayland headers
This commit is contained in:
commit
692574660e
@ -289,6 +289,10 @@ let
|
|||||||
rtc_use_pipewire = true;
|
rtc_use_pipewire = true;
|
||||||
# Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):
|
# Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):
|
||||||
chrome_pgo_phase = 0;
|
chrome_pgo_phase = 0;
|
||||||
|
} // optionalAttrs (chromiumVersionAtLeast "105") {
|
||||||
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=1334390:
|
||||||
|
use_system_libwayland = false;
|
||||||
|
use_system_wayland_scanner = false;
|
||||||
} // optionalAttrs proprietaryCodecs {
|
} // optionalAttrs proprietaryCodecs {
|
||||||
# enable support for the H.264 codec
|
# enable support for the H.264 codec
|
||||||
proprietary_codecs = true;
|
proprietary_codecs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user