mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt5-webengine: fix
This commit is contained in:
parent
9a59c563a3
commit
b346507cfd
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ prepare() {
|
|||
patch -p2 -d src/3rdparty/chromium -i "$srcdir"/qt5-webengine-ninja-1.12.patch # Fix build with ninja 1.12
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && export NINJAJOBS="-j1"
|
||||
cd "$srcdir/$_pkgfqn/src/3rdparty"
|
||||
cd "$srcdir/kde-$_pkgfqn/src/3rdparty"
|
||||
patch -p1 -i ${srcdir}/0001-ARM-toolchain-fixes.patch
|
||||
patch -p1 -i ${srcdir}/0002-Fix-ARM-skia-ICE.patch
|
||||
patch -p1 -i ${srcdir}/0003-bind-gen-Support-single_process-flag-in-generate_bin.patch
|
||||
|
|
Loading…
Reference in a new issue