From: Konrad Rosenbaum Date: Sun, 7 Aug 2016 18:19:40 +0000 (+0200) Subject: modify fido plugin to only need client lib X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=448bd71a5ecc266cd3ea7c29c0560716af27d70b;p=web%2Fkonrad%2Fsmoke.git modify fido plugin to only need client lib --- diff --git a/plugins/fido-u2f/fido-u2f.pro b/plugins/fido-u2f/fido-u2f.pro index 808c115..523417c 100644 --- a/plugins/fido-u2f/fido-u2f.pro +++ b/plugins/fido-u2f/fido-u2f.pro @@ -10,8 +10,8 @@ include (../../src/smoke.pri) CONFIG += link_pkgconfig -packagesExist(u2f-host u2f-server) { - PKGCONFIG += u2f-host u2f-server +packagesExist(u2f-host) { + PKGCONFIG += u2f-host message("Pkg-Config: U2F libs found") } else { error("Pkg-Config: U2F libs not found!")