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:
d112b46
)
wxbase: libwxbase depends on libpthread
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:01 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:01 +0000
(
00:22
+0000)
SVN-Revision: 32301
libs/wxbase/Makefile
patch
|
blob
|
history
diff --git
a/libs/wxbase/Makefile
b/libs/wxbase/Makefile
index 1136c9f60634d70be25ba86fce4142c7ac716524..aa50bc12985525fcf1057b50e27733dc1ba24942 100644
(file)
--- a/
libs/wxbase/Makefile
+++ b/
libs/wxbase/Makefile
@@
-26,7
+26,7
@@
define Package/libwxbase
CATEGORY:=Libraries
TITLE:=Cross-platform C++ framework
URL:=http://www.wxwidgets.org/
- DEPENDS:=+libexpat +libstdcpp +zlib
+ DEPENDS:=+libexpat +libstdcpp +zlib
+libpthread
endef
define Package/libwxbase/description