From 4773c108041a78839786f148b79ccd7255af2849 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 24 May 2024 08:22:35 +0300 Subject: [PATCH] generic: add feature information about setxkbmap Signed-off-by: Ivailo Monev --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7afb29e..59831dd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)