mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Hide UI elements when KeePassXC was compiled without -DWITH_XC_YUBIKEY
This commit is contained in:
parent
8d3e0687a0
commit
b2650c5a96
5 changed files with 50 additions and 30 deletions
|
@ -195,13 +195,12 @@ if(NOT ZLIB_SUPPORTS_GZIP)
|
|||
endif()
|
||||
|
||||
# Optional
|
||||
find_package(YubiKey)
|
||||
if(WITH_XC_YUBIKEY)
|
||||
find_package(YubiKey REQUIRED)
|
||||
|
||||
if(YUBIKEY_FOUND)
|
||||
include_directories(SYSTEM ${YUBIKEY_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
|
||||
if(UNIX)
|
||||
check_cxx_source_compiles("#include <sys/prctl.h>
|
||||
int main() { prctl(PR_SET_DUMPABLE, 0); return 0; }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue