Merge pull request #1656 from LuaAndC/ricochet-not-all-qt5

ricochet depends on specific parts of Qt5, not all
This commit is contained in:
Tony Theodore 2017-02-02 15:28:52 +11:00 committed by GitHub
commit 56acbb7368
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION)-src.tar.bz2
$(PKG)_URL := https://ricochet.im/releases/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_WEBSITE := https://ricochet.im/
$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc openssl protobuf qt5
$(PKG)_DEPS := gcc openssl protobuf qtbase qtdeclarative qtmultimedia qtquickcontrols qttools
define $(PKG)_UPDATE
$(call MXE_GET_GITHUB_TAGS, ricochet-im/ricochet, v)