changeset 493:2693cf9bddc6

disable sql and sqlite support in package qt
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 16 Oct 2009 22:23:56 +0200
parents ff771e8ed553
children 2136d4649487
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sun Oct 11 01:31:58 2009 +0200
+++ b/src/qt.mk	Fri Oct 16 22:23:56 2009 +0200
@@ -30,7 +30,7 @@
 $(PKG)_FILE     := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://qt.nokia.com/
 $(PKG)_URL      := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc sqlite
+$(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \
@@ -132,10 +132,6 @@
         -prefix '$(PREFIX)/$(TARGET)' \
         -prefix-install \
         -bindir '$(1)'/bindirsink \
-        -plugin-sql-odbc \
-        -plugin-sql-psql \
-        -plugin-sql-sqlite \
-        -plugin-sql-mysql \
         -script \
         -opengl desktop \
         -webkit \
@@ -148,7 +144,6 @@
         -nomake demos \
         -nomake docs \
         -nomake examples \
-        -system-sqlite \
         -qt-zlib \
         -qt-gif \
         -qt-libtiff \