chromium: I accidentally added the webrtc patch into the wrong section
This commit is contained in:
parent
14fcb3e9c6
commit
b3c2908825
@ -137,6 +137,8 @@ let
|
|||||||
./patches/no-build-timestamps.patch
|
./patches/no-build-timestamps.patch
|
||||||
./patches/widevine-79.patch
|
./patches/widevine-79.patch
|
||||||
./patches/dont-use-ANGLE-by-default.patch
|
./patches/dont-use-ANGLE-by-default.patch
|
||||||
|
# fix race condition in the interaction with pulseaudio
|
||||||
|
./patches/webrtc-pulse.patch
|
||||||
# Unfortunately, chromium regularly breaks on major updates and
|
# Unfortunately, chromium regularly breaks on major updates and
|
||||||
# then needs various patches backported in order to be compiled with GCC.
|
# then needs various patches backported in order to be compiled with GCC.
|
||||||
# Good sources for such patches and other hints:
|
# Good sources for such patches and other hints:
|
||||||
@ -149,8 +151,6 @@ let
|
|||||||
] ++ optionals (useVaapi) [
|
] ++ optionals (useVaapi) [
|
||||||
# source: https://aur.archlinux.org/cgit/aur.git/tree/vaapi-fix.patch?h=chromium-vaapi
|
# source: https://aur.archlinux.org/cgit/aur.git/tree/vaapi-fix.patch?h=chromium-vaapi
|
||||||
./patches/vaapi-fix.patch
|
./patches/vaapi-fix.patch
|
||||||
# fix race condition in the interaction with pulseaudio
|
|
||||||
./patches/webrtc-pulse.patch
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user