fix Xshape component check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-04 16:46:16 +00:00
parent 9c80cf289d
commit 00ae201ead

View file

@ -281,7 +281,7 @@ set_package_properties(PCRE PROPERTIES
TYPE REQUIRED 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 set_package_properties(X11 PROPERTIES
PURPOSE "Required for X11/X.Org integration support" PURPOSE "Required for X11/X.Org integration support"
DESCRIPTION "Open source implementation of the X Window System" DESCRIPTION "Open source implementation of the X Window System"