Added feature summary for xcb and x11-xcb

BUG: 347420
wilder-pre-rebase
Hugo Pereira Da Costa 11 years ago
parent 46ca760384
commit b14b203467
  1. 2
      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)

Loading…
Cancel
Save