qBittorrent: fix dependence

This commit is contained in:
CN_SZTL 2020-04-05 21:36:14 +08:00
parent fdd14d6b9b
commit 057f5133a6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -25,7 +25,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Network
TITLE:=bittorrent client programmed in C++ / Qt
URL:=https://github.com/c0re100/qBittorrent-Enhanced-Edition
DEPENDS:=+qt5-core +qt5-network +qt5-xml +libtorrent-rasterbar +python3
DEPENDS:=+qt5-core +qt5-network +qt5-xml +libtorrent-rasterbar +python3 +boost-system
endef
define Package/$(PKG_NAME)/description