From 19f71719d52b5b608b470e341d0c11640bb3e76b Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 24 Dec 2016 19:00:59 +0100 Subject: [PATCH] purpose and kirigami are not frameworks -> revert. purpose is in playground/libs. Apparently it's needed by kamoso, so it should be moved to extragear/libs and added to kf5-extragear-build-include. Follow the review process for this to happen. kirigami is in extragear/libs. If it's required by discover, it should be moved to kde/workspace, and then it can be added in kf5-workspace-build-include. If it's also needed by applications, then it needs to be turned into a proper framework.... REVIEW: 129117 CCMAIL: yurchor@ukr.net, aleixpol@kde.org, notmart@gmail.com --- kf5-frameworks-build-include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-frameworks-build-include b/kf5-frameworks-build-include index 50e98dd..f06fcb0 100644 --- a/kf5-frameworks-build-include +++ b/kf5-frameworks-build-include @@ -50,7 +50,7 @@ end module-set module-set frameworks repository kde-projects - use-modules frameworks purpose kirigami + use-modules frameworks # The CodeBlocks generator allows usage in QtCreator, while still generating Makefiles # if you use Make as build system add to cmake-options -G "CodeBlocks - Unix Makefiles" # if you use Ninja as build system add to cmake-options -G "CodeBlocks - Ninja"