summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/0.16.0.0-Do-not-install-trezor-dep-libs.patch
blob: d7aebe275c057522a44e83121acfa60ea75f32e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From b5d4c4405a038e63c1cf1bd0f84e041ca35ed5bb Mon Sep 17 00:00:00 2001
From: Bertrand Jacquin <bertrand@jacquin.bzh>
Date: Sat, 15 Jun 2019 00:57:09 +0100
Subject: [PATCH] Do not install trezor dep libs

---
 src/wallet/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
index a0a166a93bb9..64a10e8b913b 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -149,11 +149,7 @@ if (BUILD_GUI_DEPS)
     install(TARGETS wallet_merged
         ARCHIVE DESTINATION ${lib_folder})
 
-    install(FILES ${TREZOR_DEP_LIBS}
-            DESTINATION ${lib_folder})
     file(WRITE "trezor_link_flags.txt" ${TREZOR_DEP_LINKER})
-    install(FILES "trezor_link_flags.txt"
-            DESTINATION ${lib_folder})
 endif()
 
 add_subdirectory(api)