From 448bd71a5ecc266cd3ea7c29c0560716af27d70b Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Sun, 7 Aug 2016 20:19:40 +0200 Subject: [PATCH] modify fido plugin to only need client lib --- plugins/fido-u2f/fido-u2f.pro | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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!") -- 1.7.2.5