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:
Ivailo Monev 2024-05-09 08:47:15 +03:00
parent 0e0db0b815
commit 957f5be670
2 changed files with 0 additions and 6 deletions

View file

@ -145,11 +145,6 @@ set_package_properties(CURL PROPERTIES
PURPOSE "E-mail library and KIO slave" 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) if(NOT X11_XSync_FOUND AND NOT X11_Xscreensaver_FOUND)
message(FATAL_ERROR "Neither the XSync (libXext) nor XScreensaver (libXss) development package was found") message(FATAL_ERROR "Neither the XSync (libXext) nor XScreensaver (libXss) development package was found")
endif() endif()

View file

@ -72,7 +72,6 @@
# include <X11/Xlib.h> # include <X11/Xlib.h>
# include <X11/Xutil.h> # include <X11/Xutil.h>
# include <X11/Xatom.h> # include <X11/Xatom.h>
# include <X11/SM/SMlib.h>
# include <fixx11h.h> # include <fixx11h.h>
#endif #endif