From 0283d6799840d4ca4f7451532d15f3b4ee1382e2 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 17 Mar 2014 19:07:47 +0100 Subject: [PATCH] Move the repositories into plasma-* subdirectories before splitting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Creates two subdirectories: plasma-workspace and plasma-desktop plasma-workspace contains the modules that should be re-usable between different form factors. plasma-desktop contains the modules that are specific to the Desktop. See http://community.kde.org/Plasma/Tokamak7/split_proposal Reviewed by Àlex Fiestas --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 065b44b27a..710f21bf56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -194,7 +194,7 @@ if(KWIN_BUILD_KAPPMENU) appmenu.cpp ) qt5_add_dbus_interface(kwin_KDEINIT_SRCS - ${KDEBASE_WORKSPACE_SOURCE_DIR}/appmenu/org.kde.kappmenu.xml appmenu_interface) + ${KDEBASE_WORKSPACE_SOURCE_DIR}/plasma-workspace/appmenu/org.kde.kappmenu.xml appmenu_interface) endif() if(KWIN_BUILD_ACTIVITIES) @@ -224,7 +224,7 @@ qt5_add_dbus_adaptor( kwin_KDEINIT_SRCS org.kde.kwin.Effects.xml effects.h KWin: # TODO: we need a better way to find the dbus interfaces provided by ksmserver set(KSMSERVER_SOURCE_DIR ${KWIN_SOURCE_DIR}/../ksmserver/) qt5_add_dbus_interface( kwin_KDEINIT_SRCS - ${KSMSERVER_SOURCE_DIR}/org.kde.KSMServerInterface.xml ksmserver_interface) + ${KSMSERVER_SOURCE_DIR}/org.kde.KSMServerInterface.xml ksmserver_interface) qt5_add_dbus_interface( kwin_KDEINIT_SRCS ${KSMSERVER_SOURCE_DIR}/screenlocker/dbus/org.freedesktop.ScreenSaver.xml screenlocker_interface)