From 5367eca2eea00d182a47d9044cab56eca4857e5f Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 3 Sep 2014 16:51:06 +0200 Subject: [PATCH] add shell and wallpaper to the build system --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84b03934..8ff351fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,5 +34,6 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG include(CheckIncludeFiles) plasma_install_package(look-and-feel org.kde.satellite.phone look-and-feel) -#plasma_install_package(shell org.kde.plasma.satellite.phone packages shell) +plasma_install_package(shell org.kde.satellite.phone shells) +install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.satellite.lockers")