From 703a9cf7e741f97f033b0d86a540c8fb2a30c887 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 May 2013 23:33:37 +0200 Subject: [PATCH] qt: enable webkit again; it's required by skype at least. --- common/shlibs | 1 + srcpkgs/qt/template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/shlibs b/common/shlibs index ce1f7939b85..6c63b078a0b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -434,6 +434,7 @@ libQtSql.so.4 qt-4.5.3_1 libQtDeclarative.so.4 qt-4.5.3_1 libQtDesignerComponents.so.4 qt-designer-4.5.3_1 libQtDesigner.so.4 qt-designer-4.5.3_1 +libQtWebKit.so.4 qt-4.8.4_4 libsysfs.so.2 libsysfs-2.1.0_1 libsensors.so.4 libsensors-3.1.1_1 libcap-ng.so.0 libcap-ng-0.6.2_1 diff --git a/srcpkgs/qt/template b/srcpkgs/qt/template index b3b84e662f0..08dc0f33906 100644 --- a/srcpkgs/qt/template +++ b/srcpkgs/qt/template @@ -1,7 +1,7 @@ # Template file for 'qt' pkgname=qt version=4.8.4 -revision=3 +revision=4 _distname=qt-everywhere-opensource-src wrksrc=${_distname}-${version} homepage="http://qt.nokia.com/" @@ -31,7 +31,7 @@ do_configure() { -translationdir /usr/share/qt/translations \ -datadir /usr/share/qt \ -nomake demos -nomake examples -nomake docs -gtkstyle \ - -system-sqlite -no-phonon -no-phonon-backend -no-webkit \ + -system-sqlite -no-phonon -no-phonon-backend \ -graphicssystem raster -openssl-linked -silent -no-rpath \ -optimized-qmake -reduce-relocations -dbus-linked -no-openvg }