mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/webkit2gtk-5.0: v7 fix
This commit is contained in:
parent
f50652b0d3
commit
9d4f473fc4
1 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - do not use LLINT assembly for v5/v6
|
||||
# - build v7 with vfpv3, neon is broken
|
||||
|
||||
highmem=1
|
||||
|
||||
|
@ -37,8 +37,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
# do not use LLINT assembly for v5/v6
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && CONFIG="-DENABLE_JIT=OFF"
|
||||
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
|
||||
|
||||
cmake -S webkitgtk-$pkgver -B build -G Ninja \
|
||||
-DPORT=GTK \
|
||||
|
@ -49,8 +48,7 @@ build() {
|
|||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DUSE_GTK4=ON \
|
||||
-DENABLE_GTKDOC=OFF \
|
||||
-DENABLE_MINIBROWSER=ON \
|
||||
$CONFIG
|
||||
-DENABLE_MINIBROWSER=ON
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue