WITH_XC_AUTOTYPE defaults to ON and WITH_XC_HTTP includes ALL networking

This commit is contained in:
Jonathan White 2017-03-02 18:44:01 -05:00
parent cdce9e27fb
commit 3139ae1528
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
4 changed files with 27 additions and 6 deletions

View file

@ -34,7 +34,7 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
option(WITH_COVERAGE "Use to build with coverage tests. (GCC ONLY)." OFF)
option(WITH_XC_AUTOTYPE "Include Autotype." OFF)
option(WITH_XC_AUTOTYPE "Include Autotype." ON)
option(WITH_XC_HTTP "Include KeePassHTTP." OFF)
option(WITH_XC_YUBIKEY "Include Yubikey support." OFF)