mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
fix Xshape component check
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
9c80cf289d
commit
00ae201ead
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue