projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d377c
)
Qt-core does not depend on sqlite
author
Mirko Vogt
<mirko@openwrt.org>
Fri, 24 Jun 2011 17:18:49 +0000
(17:18 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Fri, 24 Jun 2011 17:18:49 +0000
(17:18 +0000)
SVN-Revision: 27272
Xorg/lib/qt4/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Makefile
b/Xorg/lib/qt4/Makefile
index 3922e7141bce3c9bc0ceb1657a41ca7f70a02825..fd9dd1242c6484ce98dfa1c8eae8c86d7ef0bf3d 100644
(file)
--- 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