Adjust project config for Tizen:Mobile/Wearable 70/54670/1
authorJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 17 Dec 2015 05:55:10 +0000 (14:55 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Thu, 17 Dec 2015 05:55:10 +0000 (14:55 +0900)
Change-Id: I95cdc70f46d7da69bafeb0a2b4b4a9c0ec634dd4
Tizen:Mobile: disable kdbus activation
Tizen:Wearable: seperate build macro emulator32-wayland from emulator32-x11

Tizen:Mobile/_config
Tizen:Wearable/_config

index 9f4cfc3..177b84d 100644 (file)
@@ -94,15 +94,15 @@ Macros:
 ###################### Activate KDBUS ######################
 # This configuration flag enables the support of KDBUS
 
-%if "%_repository" == "arm64-wayland"
+#%if "%_repository" == "arm64-wayland"
 
-%define _with_kdbus 1
+#%define _with_kdbus 1
 
-Macros:
-%_with_kdbus 1
-:Macros
+#Macros:
+#%_with_kdbus 1
+#:Macros
 
-%endif
+#%endif
 
 ############################# wayland repositories #############################
 
index 8d7476c..37c92f9 100644 (file)
@@ -142,7 +142,7 @@ Macros:
 
 ############################# emulator repositories ############################
 
-%if "%_repository" == "emulator32-x11" || "%_repository" == "emulator32-wayland"
+%if "%_repository" == "emulator32-x11"
 
 Prefer: mesa-libGLESv2
 Prefer: mesa-libGL
@@ -162,6 +162,26 @@ Macros:
 
 %endif
 
+%if "%_repository" == "emulator32-wayland"
+
+Prefer: mesa-libGLESv2
+Prefer: mesa-libGL
+Prefer: mesa-libEGL
+Prefer: emulator-yagl
+
+Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)
+Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
+
+%define _with_wayland 1
+%define _with_emulator 1
+
+Macros:
+%_with_wayland 1
+%_with_emulator 1
+:Macros
+
+%endif
+
 ############################# misc config flags ################################
 
 # This build macro controls the libdlog output. If enabled,