mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 04:49:42 -04:00
Fix cmake build on OpenBSD
This commit is contained in:
parent
528e93004f
commit
8f4c2f5c58
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if(APPLE)
|
||||||
core/MacPasteboard.cpp
|
core/MacPasteboard.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
|
||||||
set(keepassx_SOURCES ${keepassx_SOURCES}
|
set(keepassx_SOURCES ${keepassx_SOURCES}
|
||||||
core/ScreenLockListenerDBus.h
|
core/ScreenLockListenerDBus.h
|
||||||
core/ScreenLockListenerDBus.cpp
|
core/ScreenLockListenerDBus.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue