2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

chromium: fix build

This commit is contained in:
Dylan Araps 2019-08-02 08:03:41 +03:00
parent e8027dc5a9
commit fac870ed44

View File

@ -58,7 +58,8 @@ set -- \
use_pulseaudio=false \
use_sysroot=false \
use_system_harfbuzz=true \
use_unofficial_version_number=false
use_unofficial_version_number=false \
rtc_use_pipewire = false
for patch in *.patch; do
patch -p1 < "$patch"