summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-02-19 23:41:12 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-02-19 23:41:12 (GMT)
commit8373ee4e4e05636638861d98f382093b37191c6b (patch)
tree82191879d85027e2d6b0e57cde936d360fb1cbb9 /src/qt.mk
parent6ab12f652e130603fddbf5d51388696bef46c3d7 (diff)
downloadmxe-8373ee4e4e05636638861d98f382093b37191c6b.zip
mxe-8373ee4e4e05636638861d98f382093b37191c6b.tar.gz
mxe-8373ee4e4e05636638861d98f382093b37191c6b.tar.bz2
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.
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 856b4ed..811a421 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION)
$(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' | \