From 786940ecce6b1b6e5a8e1692d21ec33152140dbf Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Thu, 2 Feb 2017 01:53:58 +0100 Subject: ricochet depends on specific parts of Qt5, not all The list of components was deduced from official build instructions: https://github.com/ricochet-im/ricochet/blob/master/BUILDING.md#fedora See https://github.com/mxe/mxe/pull/1607#pullrequestreview-19498314 --- plugins/apps/ricochet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apps/ricochet.mk b/plugins/apps/ricochet.mk index 7765a67..2587360 100644 --- a/plugins/apps/ricochet.mk +++ b/plugins/apps/ricochet.mk @@ -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) -- cgit v0.12