diff options
Diffstat (limited to 'qt/Pkgfile')
-rwxr-xr-x | qt/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qt/Pkgfile b/qt/Pkgfile index 308ab2ca7..ea4bb950a 100755 --- a/qt/Pkgfile +++ b/qt/Pkgfile @@ -7,7 +7,7 @@ name=qt version=4.8.0 -release=1 +release=2 _name=qt-everywhere-opensource-src-${version} source=(http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-$version.tar.gz) @@ -40,7 +40,7 @@ build() { -no-phonon \ -no-phonon-backend \ -svg \ - -webkit \ + -no-webkit \ -scripttools \ -system-zlib \ -system-libtiff \ @@ -58,8 +58,7 @@ build() { -reduce-relocations \ -no-separate-debug-info \ -gtkstyle \ - -opengl \ - -glib + -opengl make make INSTALL_ROOT=$PKG install |