mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt5-webengine: v7 fix
This commit is contained in:
parent
bb9ef8b16f
commit
b51b17b6f0
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
# - patch for chromium GN
|
||||
# - patch for chromium skia
|
||||
# - patch for chromium to run blink bindings generation single threaded
|
||||
# - build v7 with -j4
|
||||
|
||||
highmem=1
|
||||
|
||||
|
@ -68,6 +69,7 @@ prepare() {
|
|||
rm -r src/3rdparty/chromium/third_party/catapult
|
||||
mv "$srcdir"/catapult src/3rdparty/chromium/third_party
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && export NINJAJOBS="-j4"
|
||||
cd "$srcdir/$_pkgfqn/src/3rdparty"
|
||||
patch -p1 -i ${srcdir}/0001-ARM-toolchain-fixes.patch
|
||||
patch -p1 -i ${srcdir}/0002-Fix-ARM-skia-ICE.patch
|
||||
|
|
Loading…
Reference in a new issue