update flags combinations wayland/x description 49/28449/3
authorRonan Le Martret <ronan@fridu.net>
Tue, 7 Oct 2014 12:13:45 +0000 (14:13 +0200)
committerEduard Bartosh <eduard.bartosh@intel.com>
Thu, 9 Oct 2014 10:40:46 +0000 (03:40 -0700)
 - used of macro "_with*" with value "0" do not diseable the bcond_with macro
 - https://en.opensuse.org/openSUSE:Build_Service_prjconf#Macros

Change-Id: I6ce522c231df39a1e50af533f26e0d959024f218
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Tizen:Common/_config
Tizen:IVI/_config

index 53419af..227f976 100644 (file)
@@ -69,10 +69,10 @@ Macros:
 # |----------------------------------------------------
 # | wayland |  x  | meaning
 # |----------------------------------------------------
-# |   0     |  1  | pure X11 platform(no wayland)
-# |   1     |  0  | pure wayland platform (no X11)
+# |         |  1  | pure X11 platform(no wayland)
+# |   1     |     | pure wayland platform (no X11)
 # |   1     |  1  | wayland but X compatibility
-# |   0     |  0  | no X and no wayland
+# |         |     | no X and no wayland
 # |----------------------------------------------------
 #
 # Owner: Stephane <stephane.desneux@open.eurogiciel.org>
index fe49b51..b06b15c 100644 (file)
@@ -14,12 +14,13 @@ Prefer: util-linux
 #Prefer: nfc-client-lib-devel
 Prefer: libtapi-devel
 
-#| wayland |  x  | meaning
-#|---------------------------
-#|   0     |  1  | pure X11 platform(no wayland)
-#|   1     |  0  | pure wayland platform (no X11)
-#|   1     |  1  | wayland but X compatibility
-#|   0     |  0  | no X and no wayland
+# | wayland |  x  | meaning
+# |----------------------------------------------------
+# |         |  1  | pure X11 platform(no wayland)
+# |   1     |     | pure wayland platform (no X11)
+# |   1     |  1  | wayland but X compatibility
+# |         |     | no X and no wayland
+# |----------------------------------------------------
 
 # mesa
 Substitute: pkgconfig(gles20)  pkgconfig(egl) pkgconfig(glesv2)