changeset 792:1aad4544b3f5

add missing dependencies for package qt Now the compile test works, qt detects and uses libiconv and glib. Added these to the dependency list for consistent builds.
author Mark Brand <mabrand@mabrand.nl>
date Sat, 20 Feb 2010 00:41:12 +0100
parents 4d838a936a8f
children 73b3e8c660de
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Fri Feb 19 23:24:55 2010 +0100
+++ b/src/qt.mk	Sat Feb 20 00:41:12 2010 +0100
@@ -10,7 +10,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 libodbc++ postgresql freetds openssl libgcrypt zlib libpng jpeg libmng tiff sqlite
+$(PKG)_DEPS     := gcc libodbc++ postgresql freetds openssl libgcrypt zlib libpng jpeg libmng tiff sqlite libiconv glib
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \