projects
/
web/konrad/smoke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d12aa9b
)
modify fido plugin to only need client lib
author
Konrad Rosenbaum
<konrad@silmor.de>
Sun, 7 Aug 2016 18:19:40 +0000 (20:19 +0200)
committer
Konrad Rosenbaum
<konrad@silmor.de>
Sun, 7 Aug 2016 18:19:40 +0000 (20:19 +0200)
plugins/fido-u2f/fido-u2f.pro
patch
|
blob
|
history
diff --git
a/plugins/fido-u2f/fido-u2f.pro
b/plugins/fido-u2f/fido-u2f.pro
index
808c115
..
523417c
100644
(file)
--- 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!")