diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-02-03 19:29:54 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-02-03 19:30:22 +0900 |
commit | e16845cd0116833ee53f317f37c622840203f76b (patch) | |
tree | e8048d6daa45d0622fb636e94b502b32ecf7122c /Tizen:TV | |
parent | 880098ab135b1fda0bccabd98326d0a8e4149f82 (diff) | |
download | obs-e16845cd0116833ee53f317f37c622840203f76b.tar.gz obs-e16845cd0116833ee53f317f37c622840203f76b.tar.bz2 obs-e16845cd0116833ee53f317f37c622840203f76b.zip |
Tizen:Mobile/TV: Add dbuspolicy value
Change-Id: I1396174264ea82ffea1645265a148c2fb25445e9
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
Diffstat (limited to 'Tizen:TV')
-rwxr-xr-x | Tizen:TV/_config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tizen:TV/_config b/Tizen:TV/_config index 28aa8f5..c3dfd3d 100755 --- a/Tizen:TV/_config +++ b/Tizen:TV/_config @@ -115,6 +115,16 @@ Macros: %endif +###################### Activate Dbus Policy ###################### + +# Owner : hyotaek.shim@samsung.com +# This configuration flag enables the support of Cynara-based Dbus Policy +%define _with_dbuspolicy 1 + +Macros: +%_with_dbuspolicy 1 +:Macros + ############################# wayland repositories ############################# %if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard" |