qBittorrent: fix boost dependencies

This commit is contained in:
CN_SZTL 2021-01-08 22:24:58 +08:00
parent 15d7faaf9e
commit 517305f9a9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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