author | Antonio Rojas
<arojas@archlinux.org> 2017-07-04 11:55:01 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-07-04 11:55:01 UTC |
parent | e1bea7a680ec8be3a4f609f7bf2fa22892e310ab |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 1a7fb20..23d038e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qt5-webengine _qtver=5.9.1 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('LGPL3' 'LGPL2.1' 'BSD') @@ -31,7 +31,7 @@ build() { cd build export PATH="$srcdir/bin:$PATH" - qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn} + qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg use_system_icu" ../${_pkgfqn} make }