change {without x} to {with x} 87/13687/1 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/generic/20140106.135221 accepted/tizen/generic/20140114.103452 accepted/tizen/ivi/20131214.022721 accepted/tizen/ivi/panda/20140321.235028 accepted/tizen/mobile/20131216.220225 accepted/tizen/mobile/20140113.194939 submit/tizen/20131213.094508 submit/tizen/20140113.200040 submit/tizen_ivi_panda/20140321.233337
authorJuan Zhao <juan.j.zhao@intel.com>
Thu, 12 Dec 2013 07:25:34 +0000 (15:25 +0800)
committerJuan Zhao <juan.j.zhao@intel.com>
Thu, 12 Dec 2013 07:25:34 +0000 (15:25 +0800)
commit3388424cbb6e054e4867e6fb0cc687a1a4c2bda2
treee800cfe1e78ec5dea630881583e5eefa21f2c6ef
parent7070a91ef1189ae23dcca6dfbd3762e628f82550
change {without x} to {with x}

The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:

| 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

This method unifies the meaning and usage. Deploy this method to cairo package.

Change-Id: I84421929b142aea0e702b3f1411c958a12155171
packaging/cairo.spec