diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb83cb0c..cc940e96 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -130,9 +130,6 @@ if(X11_FOUND) target_link_libraries(monero-wallet-gui ${X11_LIBRARIES} pthread dl xcb X11) endif() -if(DEVICE_TREZOR_READY) - target_link_libraries(monero-wallet-gui ${TREZOR_DEP_LIBS}) -endif() if(INSTALL_VENDORED_LIBUNBOUND) set(UNBOUND_LIBRARY ${CMAKE_BINARY_DIR}/monero/external/unbound/libunbound.a) @@ -161,6 +158,10 @@ target_link_libraries(monero-wallet-gui openpgp ) +if(DEVICE_TREZOR_READY) + target_link_libraries(monero-wallet-gui ${TREZOR_DEP_LIBS}) +endif() + if(WITH_SCANNER) target_link_libraries(monero-wallet-gui ${ZBAR_LIBRARIES} |
