summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonsub Lee <joon-sub.lee@samsung.com>2016-02-18 14:16:58 +0900
committerJoonsub Lee <joon-sub.lee@samsung.com>2016-02-18 14:22:41 +0900
commitc47d313f8a1310e77160dec8b55dd0f26629aea5 (patch)
tree159d68ac2aeeb25fc1964a66bc43650eb5236824
parenta4b55bd7f6d4bf33051f2d55131c3aee268a05ff (diff)
downloadobs-c47d313f8a1310e77160dec8b55dd0f26629aea5.tar.gz
obs-c47d313f8a1310e77160dec8b55dd0f26629aea5.tar.bz2
obs-c47d313f8a1310e77160dec8b55dd0f26629aea5.zip
Tizen:Mobile/TV: Adjust dbus policy configuration
Change-Id: Ib242ae3cbb12a8827683cd5de951157e48a5989f Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rwxr-xr-xTizen:Mobile/_config18
-rwxr-xr-xTizen:TV/_config4
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