Enable Yubikey in release-tool by default

This commit is contained in:
Janek Bevendorff 2017-02-26 00:08:48 +01:00
parent 3715286eba
commit 0a85279bcb
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -37,7 +37,7 @@ DOCKER_CONTAINER_NAME="keepassxc-build-container"
CMAKE_OPTIONS=""
COMPILER="g++"
MAKE_OPTIONS="-j8"
BUILD_PLUGINS="autotype http"
BUILD_PLUGINS="autotype http yubikey"
INSTALL_PREFIX="/usr/local"
BUILD_SOURCE_TARBALL=true
ORIG_BRANCH=""