mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
generic: remove session management support leftovers
the X11 bits anyway. bye, bye broken session management Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0e0db0b815
commit
957f5be670
2 changed files with 0 additions and 6 deletions
|
@ -145,11 +145,6 @@ set_package_properties(CURL PROPERTIES
|
|||
PURPOSE "E-mail library and KIO slave"
|
||||
)
|
||||
|
||||
# X11 Session Management (SM) is required, X11_SM_FOUND is set in FindX11
|
||||
if(NOT X11_SM_FOUND)
|
||||
message(FATAL_ERROR "The X11 Session Management (SM) development package could not be found")
|
||||
endif()
|
||||
|
||||
if(NOT X11_XSync_FOUND AND NOT X11_Xscreensaver_FOUND)
|
||||
message(FATAL_ERROR "Neither the XSync (libXext) nor XScreensaver (libXss) development package was found")
|
||||
endif()
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
# include <X11/Xlib.h>
|
||||
# include <X11/Xutil.h>
|
||||
# include <X11/Xatom.h>
|
||||
# include <X11/SM/SMlib.h>
|
||||
# include <fixx11h.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue