changeset 489:d3e5b8c183a5

avoid external libraries in package qt, because qt doesn't set their "LIBS=..." flags properly
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 10 Oct 2009 15:25:40 +0200
parents 0f4ba90fa17b
children 37aaaccba134
files src/qt.mk
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sat Oct 10 15:01:46 2009 +0200
+++ b/src/qt.mk	Sat Oct 10 15:25:40 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 zlib tiff libpng libmng jpeg
+$(PKG)_DEPS     := gcc sqlite
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \
@@ -149,11 +149,12 @@
         -nomake docs \
         -nomake examples \
         -system-sqlite \
-        -system-zlib \
-        -system-libtiff \
-        -system-libpng \
-        -system-libmng \
-        -system-libjpeg \
+        -qt-zlib \
+        -qt-gif \
+        -qt-libtiff \
+        -qt-libpng \
+        -qt-libmng \
+        -qt-libjpeg \
         -continue
 
     $(MAKE) -C '$(1)' -j '$(JOBS)'