summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-09-18 12:40:52 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-09-18 12:41:09 (GMT)
commit4842b97401eb929624449a53dbf57be0873ee2c6 (patch)
treebf7709cb7fa63b52bc9d90de1c9ac3df05233bd9 /src/qtbase.mk
parent01d458332adfd2eb16dc6a9f959c8f5060497a62 (diff)
downloadmxe-4842b97401eb929624449a53dbf57be0873ee2c6.zip
mxe-4842b97401eb929624449a53dbf57be0873ee2c6.tar.gz
mxe-4842b97401eb929624449a53dbf57be0873ee2c6.tar.bz2
package qtbase: remove wrong dependency
libodbc++ has nothing to do with Qt's ODBC driver.
Diffstat (limited to 'src/qtbase.mk')
-rw-r--r--src/qtbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index 68db771..5ae9e6a 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 40590b503c033df9c88096ebc92072f282401092
$(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://download.qt-project.org/official_releases/qt/5.1/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libodbc++ postgresql freetds openssl zlib libpng jpeg sqlite pcre fontconfig freetype dbus icu4c
+$(PKG)_DEPS := gcc postgresql freetds openssl zlib libpng jpeg sqlite pcre fontconfig freetype dbus icu4c
define $(PKG)_UPDATE
$(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.1/ | \