mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/qt5-webengine to 5.9.2-3
This commit is contained in:
parent
9c58fd80cd
commit
b9229aeaa4
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ highmem=1
|
|||
pkgname=qt5-webengine
|
||||
_qtver=5.9.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
pkgdesc='Provides support for web applications using the Chromium browser project'
|
||||
|
@ -49,7 +49,7 @@ build() {
|
|||
cd build
|
||||
|
||||
export PATH="$srcdir/bin:$PATH"
|
||||
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_icu" ../${_pkgfqn}
|
||||
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn}
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue