diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-02-19 23:41:12 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-02-19 23:41:12 (GMT) |
commit | 8373ee4e4e05636638861d98f382093b37191c6b (patch) | |
tree | 82191879d85027e2d6b0e57cde936d360fb1cbb9 /src/qt.mk | |
parent | 6ab12f652e130603fddbf5d51388696bef46c3d7 (diff) | |
download | mxe-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' | \ |