Merge pull request #129 from diizzyy/patch-1

libs/re: Add zlib dependency
This commit is contained in:
Jiri Slachta 2017-05-03 09:46:50 +02:00 committed by GitHub
commit dc394f8181

View file

@ -26,7 +26,7 @@ define Package/libre
SUBMENU:=Telephony SUBMENU:=Telephony
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
DEPENDS:=+libopenssl +libpthread DEPENDS:=+libopenssl +libpthread +zlib
TITLE:=Generic library for real-time communications with async IO support TITLE:=Generic library for real-time communications with async IO support
URL:=http://www.creytiv.com/ URL:=http://www.creytiv.com/
endef endef