mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5-webkit to 5.212.0alpha3-3
This commit is contained in:
parent
616afb4505
commit
b3943fb42d
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgname=qt5-webkit
|
||||
_pkgver=5.212.0-alpha3
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -41,6 +41,7 @@ build() {
|
|||
|
||||
cmake ../qtwebkit-$_pkgver \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
|
||||
-DPORT=Qt \
|
||||
-DENABLE_TOOLS=OFF \
|
||||
$CONFIG
|
||||
|
|
Loading…
Reference in a new issue