From: Joonsub Lee Date: Thu, 18 Feb 2016 05:16:58 +0000 (+0900) Subject: Tizen:Mobile/TV: Adjust dbus policy configuration X-Git-Tag: submit/trunk/20170904.073139~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c47d313f8a1310e77160dec8b55dd0f26629aea5;p=scm%2Fmeta%2Fobs.git Tizen:Mobile/TV: Adjust dbus policy configuration Change-Id: Ib242ae3cbb12a8827683cd5de951157e48a5989f Signed-off-by: Joonsub Lee --- 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