qt: enable webkit again; it's required by skype at least.
This commit is contained in:
parent
a6038913cf
commit
703a9cf7e7
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue