mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: add xkill feature info
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fc54556ca7
commit
bc5dc10c08
1 changed files with 6 additions and 0 deletions
|
@ -280,6 +280,12 @@ add_feature_info(svn
|
|||
"Subversion support in Dolphin"
|
||||
)
|
||||
|
||||
find_program(XKILL_EXECUTABLE xkill)
|
||||
add_feature_info(xkill
|
||||
XKILL_EXECUTABLE
|
||||
"Window killing support in KWin"
|
||||
)
|
||||
|
||||
include(ConfigureChecks.cmake)
|
||||
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
||||
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
||||
|
|
Loading…
Add table
Reference in a new issue