Update to newest SDDM paths

REVIEW: 118940
REVIEW: 118733
wilder-5.14
Bernd Steinhauser 12 years ago committed by David Edmundson
parent edb3a358df
commit 26d57768bc
  1. 4
      CMakeLists.txt
  2. 2
      lookandfeel/contents/loginmanager/README

@ -94,8 +94,8 @@ if (INSTALL_SDDM_THEME)
# Install the login theme into the SDDM directory
# Longer term we need to look at making SDDM load from look and feel somehow.. and allow copying at runtime
#NOTE this trailing slash is important to rename the directory
install(DIRECTORY lookandfeel/contents/loginmanager/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/apps/sddm/themes/breeze)
install(DIRECTORY lookandfeel/contents/components DESTINATION ${CMAKE_INSTALL_PREFIX}/share/apps/sddm/themes/breeze)
install(DIRECTORY lookandfeel/contents/loginmanager/ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sddm/themes/breeze)
install(DIRECTORY lookandfeel/contents/components DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sddm/themes/breeze)
endif()
add_subdirectory(doc)

@ -1,6 +1,6 @@
This is a display manager for SDDM
It installs into ${INSTALL_PREFIX}/apps/sddm/themes
It installs into ${INSTALL_PREFIX}/sddm/themes
A copy of components is installed into the same path
components is deliberately imported as "components" and not "../components" for this reason

Loading…
Cancel
Save