summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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