https://bugs.kde.org/show_bug.cgi?id=376068

            Bug ID: 376068
           Summary: kscreenlocker has unneeded link dependency on
                    libXcursor
           Product: kscreenlocker
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: plasma-b...@kde.org
          Reporter: ost...@ostash.kiev.ua
                CC: bhus...@gmail.com, mgraess...@kde.org
  Target Milestone: ---

Grepping in sources doesn't show any usage except one line in main
CMakeLists.txt:

target_link_libraries(KScreenLocker                                             
PUBLIC                                                                          
   Qt5::Core                                                                    
   Qt5::X11Extras                                                               
PRIVATE                                                                         
   KF5::I18n                                                                    
   KF5::IdleTime                                                                
   KF5::GlobalAccel                                                             
   KF5::Notifications                                                           
   KF5::CoreAddons                                                              
   KF5::ConfigGui                                                               
   KF5::WindowSystem                                                            
   ${X11_LIBRARIES}                                                             
   ${X11_Xcursor_LIB}                                                           
   XCB::XCB                                                                     
   XCB::KEYSYMS                                                                 
   KF5::WaylandServer                                                           
   Wayland::Server                                                              
)

I have a strong feeling it is not needed in CMakeLists.txt

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to