[packages/qt4] Qt-core does not depend on sqlite

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27272 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2011-06-24 17:18:49 +00:00
parent f456bc3fca
commit 2466c2a93f

View File

@ -69,7 +69,7 @@ endef
define Package/qt4
$(call Package/qt4/Default)
DEPENDS:=+zlib +libstdcpp +libsqlite3
DEPENDS:=+zlib +libstdcpp
endef
define Package/qt4-gui