From cbf9625691aec6816a84656a8e95d92e512f7461 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 13 May 2016 21:43:35 +0200 Subject: [PATCH] Move bluez-qt options to kf5-frameworks-build-include where they belong --- kf5-frameworks-build-include | 5 +++++ kf5-workspace-build-include | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kf5-frameworks-build-include b/kf5-frameworks-build-include index 419438f..c05a5d3 100644 --- a/kf5-frameworks-build-include +++ b/kf5-frameworks-build-include @@ -68,6 +68,11 @@ options kactivities -DKACTIVITIES_ENABLE_EXCEPTIONS=TRUE -DCMAKE_BUILD_TYPE:STRING=debug end options +options bluez-qt + # Default udev rules dir /lib/udev/rules.d is not writable by regular user + cmake-options -DINSTALL_UDEV_RULE:BOOL=OFF +end options + module grantlee repository https://github.com/steveire/grantlee.git branch master diff --git a/kf5-workspace-build-include b/kf5-workspace-build-include index 8737998..98dc4b0 100644 --- a/kf5-workspace-build-include +++ b/kf5-workspace-build-include @@ -41,11 +41,6 @@ module-set kf5-bluetooth-management use-modules bluez-qt bluedevil end module-set -options bluez-qt - # Default udev rules dir /lib/udev/rules.d is not writable by regular user - cmake-options -DINSTALL_UDEV_RULE:BOOL=OFF -end options - module-set kf5-workspace-utils repository kde-projects use-modules kwalletmanager