diff --git a/CMakeLists.txt b/CMakeLists.txt index b8f89f4ee..201e63aba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -281,7 +281,7 @@ set_package_properties(PCRE PROPERTIES TYPE REQUIRED ) -find_package(X11 COMPONENTS ICE SM Xcursor Xext Xfixes XSync XShm XShape Xi Xinerama Xrandr Xrender X11 Xtst Xt) +find_package(X11 COMPONENTS ICE SM Xcursor Xext Xfixes XSync XShm Xshape Xi Xinerama Xrandr Xrender X11 Xtst Xt) set_package_properties(X11 PROPERTIES PURPOSE "Required for X11/X.Org integration support" DESCRIPTION "Open source implementation of the X Window System"