qt: disable webkit

The original version is to be replaced with qt-webkit{,-devel}
using qtwebkit-2.3.4.
This commit is contained in:
Jürgen Buchmüller 2016-09-17 19:55:07 +02:00
parent b35cfe3680
commit e6cd93b03b

View file

@ -1,7 +1,7 @@
# Template file for 'qt'
pkgname=qt
version=4.8.7
revision=11
revision=12
_distname=qt-everywhere-opensource-src
patch_args="-Np1"
wrksrc=${_distname}-${version}
@ -65,12 +65,7 @@ do_configure() {
_opts+=" -graphicssystem raster"
_opts+=" -openssl-linked"
_opts+=" -xmlpatterns"
if [ "${_gccver%%.*}" -gt 5 ]; then
# webkit is broken with gcc-6.2.0
_opts+=" -no-webkit"
else
_opts+=" -webkit"
fi
_opts+=" -no-webkit"
_opts+=" -gtkstyle"
_opts+=" -system-sqlite"
_opts+=" -no-openvg"