Tizen:TV/Mobile: Activate kdbus 20/52720/1
authorJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 26 Nov 2015 07:20:01 +0000 (16:20 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 26 Nov 2015 07:20:13 +0000 (16:20 +0900)
Change-Id: I5828ceb6a8b004459f4fe7efbdf30c91dd9cc826
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
Tizen:Mobile/_config
Tizen:TV/_config

index d7bce6d..6f5fdf5 100644 (file)
@@ -91,6 +91,19 @@ Macros:
    #FIXME Substitute: pkgconfig(egl)
 %endif
 
+###################### Activate KDBUS ######################
+# This configuration flag enables the support of KDBUS
+
+%if "%_repository" == "arm64_wayland"
+
+%define _with_kdbus 1
+
+Macros:
+%_with_kdbus 1
+:Macros
+
+%endif
+
 ############################# wayland repositories #############################
 
 %if "%_repository" == "atom-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "target-TM1"
index ca34030..ba533f1 100644 (file)
@@ -92,6 +92,19 @@ Macros:
    #FIXME Substitute: pkgconfig(egl)
 %endif
 
+###################### Activate KDBUS ######################
+# This configuration flag enables the support of KDBUS
+
+%if "%_repository" == "arm_wayland"
+
+%define _with_kdbus 1
+
+Macros:
+%_with_kdbus 1
+:Macros
+
+%endif
+
 ############################# wayland repositories #############################
 
 %if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard"