modify fido plugin to only need client lib
authorKonrad Rosenbaum <konrad@silmor.de>
Sun, 7 Aug 2016 18:19:40 +0000 (20:19 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Sun, 7 Aug 2016 18:19:40 +0000 (20:19 +0200)
plugins/fido-u2f/fido-u2f.pro

index 808c115..523417c 100644 (file)
@@ -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!")