summaryrefslogtreecommitdiffstats
path: root/kxkb/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kxkb/ConfigureChecks.cmake')
-rw-r--r--kxkb/ConfigureChecks.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/kxkb/ConfigureChecks.cmake b/kxkb/ConfigureChecks.cmake
index 4bf356bc4..edb387849 100644
--- a/kxkb/ConfigureChecks.cmake
+++ b/kxkb/ConfigureChecks.cmake
@@ -13,3 +13,8 @@ find_program( SETXKBMAP setxkbmap )
if( SETXKBMAP-NOTFOUND )
tde_message_fatal( "setxkbmap is required, but not found on your system" )
endif()
+
+pkg_search_module( XKBFILE xkbfile )
+if( NOT XKBFILE_FOUND )
+ tde_message_fatal( "xkbfile is requested, but was not found on your system" )
+endif()