From 57089a7757c9699bd4203b67b4fe1c1b22b64164 Mon Sep 17 00:00:00 2001 From: MoroccanMalinois Date: Fri, 2 Nov 2018 02:31:08 +0100 Subject: [PATCH] Build: fix static link to hidapi /monero-gui#1717 --- aeon-wallet-gui.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aeon-wallet-gui.pro b/aeon-wallet-gui.pro index 684cc4ca6e..caae91bb4d 100644 --- a/aeon-wallet-gui.pro +++ b/aeon-wallet-gui.pro @@ -279,7 +279,10 @@ linux { LIBS+= -Wl,-Bstatic QMAKE_LFLAGS += -static-libgcc -static-libstdc++ # contains(QT_ARCH, x86_64) { - LIBS+= -lunbound + LIBS+= -lunbound \ + -lusb-1.0 \ + -lhidapi-hidraw \ + -ludev # } } else { # On some distro's we need to add dynload