librsocket-cpp: Simplify dependencies
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b9c64ba003
commit
2d9ad583f5
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@ define Package/librsocket-cpp
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=C++ implementation of RSocket
|
||||
DEPENDS:=+libfolly +gflags +glog +libopenssl +libyarpl
|
||||
DEPENDS:=+libyarpl
|
||||
endef
|
||||
|
||||
define Package/libyarpl
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=yarpl: Yet Another Reactive Programming Library
|
||||
DEPENDS:=+libfolly +gflags +glog +libatomic
|
||||
DEPENDS:=+libfolly
|
||||
endef
|
||||
|
||||
define Package/librsocket-cpp/description
|
||||
|
|
Loading…
Reference in a new issue