From b14b203467bb8248e8e5cc68b9d4d152fb09784f Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Thu, 21 May 2015 17:36:06 +0200 Subject: [PATCH] Added feature summary for xcb and x11-xcb BUG: 347420 --- kstyle/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kstyle/CMakeLists.txt b/kstyle/CMakeLists.txt index 68aac00f..08832c92 100644 --- a/kstyle/CMakeLists.txt +++ b/kstyle/CMakeLists.txt @@ -25,6 +25,8 @@ if(BREEZE_USE_KDE4) if(UNIX AND NOT APPLE) find_package(PkgConfig REQUIRED) pkg_check_modules(XCB xcb x11-xcb) + add_feature_info("x11-xcb" XCB_FOUND "Required to pass style properties to native Windows on X11 Platform") + set_feature_info("x11-xcb" "Required to pass style properties to native Windows on X11 Platform" "http://xcb.freedesktop.org") set(BREEZE_HAVE_X11 ${XCB_FOUND}) else() set(BREEZE_HAVE_X11 FALSE)