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
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=C++ implementation of RSocket
|
TITLE:=C++ implementation of RSocket
|
||||||
DEPENDS:=+libfolly +gflags +glog +libopenssl +libyarpl
|
DEPENDS:=+libyarpl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libyarpl
|
define Package/libyarpl
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=yarpl: Yet Another Reactive Programming Library
|
TITLE:=yarpl: Yet Another Reactive Programming Library
|
||||||
DEPENDS:=+libfolly +gflags +glog +libatomic
|
DEPENDS:=+libfolly
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/librsocket-cpp/description
|
define Package/librsocket-cpp/description
|
||||||
|
|
Loading…
Reference in a new issue