needs pkcs11

master
Marc Wäckerlin 9 years ago
parent 51b258cb7a
commit 644fc86405
  1. 10
      ChangeLog
  2. 2
      configure.ac

@ -1,3 +1,13 @@
2015-05-10 16:30 marc
* ChangeLog, ax_check_qt.m4, ax_init_standard_project.m4,
bootstrap.sh, configure.ac, debian/control.in, debian/rules,
debian/swisssurfer.install, doc/doxyfile.in, doc/makefile.am,
examples, examples/makefile.am, examples/qmake.pro.in,
makefile.am, src/makefile.am, src/swisssurfer.pc.in,
src/version.cxx, src/version.cxx.in, src/version.hxx, test: build
should work now
2015-03-15 22:59 marc
* configure.ac: compatibility with more distributions

@ -43,6 +43,8 @@ AX_REQUIRE_QT([QT], [QtCore QtNetwork QtWebKit QtDesigner],
[QtWidgets QtWebKitWidgets QtPrintSupport])
AX_QT_NO_KEYWORDS
AX_PKG_REQUIRE([pkcs11], [p11-kit-1], [pkcs11.h], [libpkcs11-helper-1])
AX_PKG_REQUIRE([libpcscxx])
AX_PKG_REQUIRE([proxyface])
AX_PKG_REQUIRE([mrwcxx], [mrw-c++])

Loading…
Cancel
Save