mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 02:12:50 +00:00
generic: add feature information about setxkbmap
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
38ebb6f97e
commit
4773c10804
1 changed files with 6 additions and 0 deletions
|
@ -346,6 +346,12 @@ set_package_properties(LibArchive PROPERTIES
|
|||
PURPOSE "Archives in TAR, ZIP and other formats"
|
||||
)
|
||||
|
||||
find_program(SETXKBMAP_EXECUTABLE setxkbmap)
|
||||
add_feature_info(setxkbmap
|
||||
SETXKBMAP_EXECUTABLE
|
||||
"Set keyboard layout"
|
||||
)
|
||||
|
||||
################# configure checks and create the configured files #################
|
||||
|
||||
include(ConfigureChecks.cmake)
|
||||
|
|
Loading…
Add table
Reference in a new issue