mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
correct definitions for Xext not found case [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
bf4937524d
commit
2ab0eca5eb
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ foreach(x11ext Xshape Xinerama Xrandr Xrender Xfixes Xcursor Xinput)
|
|||
endforeach()
|
||||
if(NOT X11_Xext_FOUND)
|
||||
message(WARNING "The X11 Xext extension was not found")
|
||||
katie_definition(-DQT_NO_XSYNC -DQT_NO_XSHAPE -DQTT_NO_XSHM)
|
||||
katie_definition(-DQT_NO_XSYNC -DQT_NO_XSHAPE -DQT_NO_XSHM)
|
||||
endif()
|
||||
if(NOT X11_SM_FOUND)
|
||||
message(WARNING "X11 SM was not found thus disabling session manager support")
|
||||
|
|
Loading…
Add table
Reference in a new issue