Tizen:Mobile/TV: Adjust dbus policy configuration 38/59738/2
authorJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 18 Feb 2016 05:16:58 +0000 (14:16 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 18 Feb 2016 05:22:41 +0000 (14:22 +0900)
Change-Id: Ib242ae3cbb12a8827683cd5de951157e48a5989f
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
Tizen:Mobile/_config
Tizen:TV/_config

index 4207f85..6d12e0b 100755 (executable)
@@ -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"
index c3dfd3d..6e46e80 100755 (executable)
@@ -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