mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 04:08:21 +04:00
librsocket-cpp: Simplify dependencies
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user