From: Mirko Vogt Date: Fri, 24 Jun 2011 17:18:49 +0000 (+0000) Subject: Qt-core does not depend on sqlite X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=efe95550cc060fd9cd002e2ea9716a1efe9af7ae;p=openwrt%2Fsvn-archive%2Fpackages.git Qt-core does not depend on sqlite SVN-Revision: 27272 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 3922e7141..fd9dd1242 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -69,7 +69,7 @@ endef define Package/qt4 $(call Package/qt4/Default) - DEPENDS:=+zlib +libstdcpp +libsqlite3 + DEPENDS:=+zlib +libstdcpp endef define Package/qt4-gui