libs/re: Add zlib dependency

Adds missing zlib dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2017-01-05 00:32:36 +01:00 committed by Zoltan HERPAI
parent 89674ac4c5
commit 9a288fb9c5

View file

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