From c47d313f8a1310e77160dec8b55dd0f26629aea5 Mon Sep 17 00:00:00 2001 From: Joonsub Lee Date: Thu, 18 Feb 2016 14:16:58 +0900 Subject: [PATCH] Tizen:Mobile/TV: Adjust dbus policy configuration Change-Id: Ib242ae3cbb12a8827683cd5de951157e48a5989f Signed-off-by: Joonsub Lee --- Tizen:Mobile/_config | 18 +++--------------- Tizen:TV/_config | 4 +++- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/Tizen:Mobile/_config b/Tizen:Mobile/_config index 4207f85..6d12e0b 100755 --- a/Tizen:Mobile/_config +++ b/Tizen:Mobile/_config @@ -102,32 +102,20 @@ Substitute: mesa-libEGL coregl %endif ###################### Activate KDBUS ###################### -# This configuration flag enables the support of KDBUS +# This configuration flag enables the support of KDBUS and Cynara-based Dbus Policy #%if "%_repository" == "arm64-wayland" #%define _with_kdbus 1 +#%define _with_dbuspolicy 1 #Macros: #%_with_kdbus 1 +#%_with_dbuspolicy 1 #:Macros #%endif -###################### Activate Dbus Policy ###################### - -# Owner : hyotaek.shim@samsung.com -# This configuration flag enables the support of Cynara-based Dbus Policy -%if "%_repository" == "target-TM1" - -%define _with_dbuspolicy 1 - -Macros: -%_with_dbuspolicy 1 -:Macros - -%endif - ############################# wayland repositories ############################# %if "%_repository" == "atom-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "target-TM1" diff --git a/Tizen:TV/_config b/Tizen:TV/_config index c3dfd3d..6e46e80 100755 --- a/Tizen:TV/_config +++ b/Tizen:TV/_config @@ -103,14 +103,16 @@ Substitute: mesa-libEGL coregl %endif ###################### Activate KDBUS ###################### -# This configuration flag enables the support of KDBUS +# This configuration flag enables the support of KDBUS and Cynara-based Dbus Policy %if "%_repository" == "arm-wayland" %define _with_kdbus 1 +%define _with_dbuspolicy 1 Macros: %_with_kdbus 1 +%_with_dbuspolicy 1 :Macros %endif -- 2.7.4