diff --git a/CMakeLists.txt b/CMakeLists.txt index 950ff61016..325400fa57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -814,5 +814,8 @@ configure_package_config_file(KWinDBusInterfaceConfig.cmake.in install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake DESTINATION ${CMAKECONFIG_INSTALL_DIR}) -ecm_install_configured_files(INPUT plasma-kwin_x11.service.in plasma-kwin_wayland.service.in @ONLY + +# plasma-kwin_wayland.service.in is currently disabled as plasma-workspace currently launches +# kwin-wayland explicitly. Porting this is currently blocked on propogating DISPLAY +ecm_install_configured_files(INPUT plasma-kwin_x11.service.in @ONLY DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})