From e6c742ab7d4327d2dda6c9a1ec4181911d826529 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 12 Aug 2016 11:39:43 +0000 Subject: [PATCH] generic: Xkbfile is optional required only if Xkb is found for the keybord KCM Signed-off-by: Ivailo Monev --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fada35e..e730d01b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,9 +72,6 @@ if(Q_WS_X11) add_feature_info("libXau" X11_Xau_FOUND "The X11 Authorization Protocol library may be used by KDM") add_feature_info("LibXdmcp" X11_Xdmcp_FOUND "The X Display Manager Control Protocol library may be used by KDM") - if(NOT X11_Xkbfile_FOUND) - message(FATAL_ERROR "The X11 keyboard layout library was not found. Required for building keyboard modules.") - endif() if(NOT X11_Xdamage_FOUND) message(FATAL_ERROR "The X11 damaged region extension library was not found. Required for compositing support in KWin.") endif() -- 2.11.0