mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt5-webkit to 5.212.0alpha3-2
This commit is contained in:
parent
479ddc09bf
commit
199ad25d86
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgname=qt5-webkit
|
||||
_pkgver=5.212.0-alpha3
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -39,7 +39,7 @@ build() {
|
|||
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && CONFIG="-DENABLE_JIT=OFF"
|
||||
|
||||
cmake .. \
|
||||
cmake ../qtwebkit-$_pkgver \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPORT=Qt \
|
||||
-DENABLE_TOOLS=OFF \
|
||||
|
|
Loading…
Reference in a new issue