Ticket #44236: libs-CmakeLists-deactivate-taskmanager.patch

File libs-CmakeLists-deactivate-taskmanager.patch, 436 bytes (added by RJVB (René Bertin), 10 years ago)

patch to avoid building the taskmanager by extending the mechanism already in place for Win32

  • libs/CMakeLists.txt

    old new  
    77   add_subdirectory(kdm)
    88   add_subdirectory(plasmagenericshell)
    99   if(NOT WIN32)
     10    if (NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
    1011        add_subdirectory(taskmanager)
     12    endif (NOT CMAKE_SYSTEM_NAME MATCHES Darwin)
    1113   endif(NOT WIN32)
    1214endif(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
    1315