disable sql and sqlite support in package qt

This commit is contained in:
Volker Grabsch 2009-10-16 22:23:56 +02:00
parent 59061e1b50
commit af8eb115ea
1 changed files with 1 additions and 6 deletions

View File

@ -30,7 +30,7 @@ $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://qt.nokia.com/ $(PKG)_WEBSITE := http://qt.nokia.com/
$(PKG)_URL := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE) $(PKG)_URL := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE)
$(PKG)_DEPS := gcc sqlite $(PKG)_DEPS := gcc
define $(PKG)_UPDATE define $(PKG)_UPDATE
wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \ wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \
@ -132,10 +132,6 @@ define $(PKG)_BUILD
-prefix '$(PREFIX)/$(TARGET)' \ -prefix '$(PREFIX)/$(TARGET)' \
-prefix-install \ -prefix-install \
-bindir '$(1)'/bindirsink \ -bindir '$(1)'/bindirsink \
-plugin-sql-odbc \
-plugin-sql-psql \
-plugin-sql-sqlite \
-plugin-sql-mysql \
-script \ -script \
-opengl desktop \ -opengl desktop \
-webkit \ -webkit \
@ -148,7 +144,6 @@ define $(PKG)_BUILD
-nomake demos \ -nomake demos \
-nomake docs \ -nomake docs \
-nomake examples \ -nomake examples \
-system-sqlite \
-qt-zlib \ -qt-zlib \
-qt-gif \ -qt-gif \
-qt-libtiff \ -qt-libtiff \