diff options
author | davidovski <david@davidovski.xyz> | 2022-06-09 14:35:52 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-09 14:35:52 +0100 |
commit | d1fc3393cca72e8e432f827f7624e38734fad6dc (patch) | |
tree | 7b971fbfc203ff017ad78852476bfcccee170971 /repo/monero-gui/monero-gui.xibuild | |
parent | ccc722b7ed330198d82a3cf28ead76d6d107a70a (diff) |
moved firmware to separate pacakges
Diffstat (limited to 'repo/monero-gui/monero-gui.xibuild')
-rw-r--r-- | repo/monero-gui/monero-gui.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/monero-gui/monero-gui.xibuild b/repo/monero-gui/monero-gui.xibuild index 8cb1dd9..e35fe63 100644 --- a/repo/monero-gui/monero-gui.xibuild +++ b/repo/monero-gui/monero-gui.xibuild @@ -3,8 +3,8 @@ NAME="monero-gui" DESC="QT GUI wallet for Monero: the secure, private, untraceable peer-to-peer currency" -MAKEDEPS="cmake monero git qt5-qtquickcontrols2 qt5-qtdeclarative qt5-qtbase qt5-qtsvg libgpg-error" -DEPS="musl " +MAKEDEPS="cmake monero git qt5-qtquickcontrols qt5-qtdeclarative qt5-qtbase qt5-qtsvg libgpg-error qt5-qttools" +DEPS="musl qt5-qtquickcontrols qt5-qtxmlpatterns " PKG_VER=musl SOURCE="https://github.com/monero-project/monero-gui" |