change {without x} to {with x} 35/13735/1
authorJuan Zhao <juan.j.zhao@intel.com>
Fri, 13 Dec 2013 03:36:02 +0000 (11:36 +0800)
committerJuan Zhao <juan.j.zhao@intel.com>
Fri, 13 Dec 2013 06:37:13 +0000 (14:37 +0800)
commit9c78fc538df38c3a617b959783b8d29786ad16b9
tree3d021f00dc13c6a3923d0dcda6f449c27c22fecf
parent5cf962b39e77662dd6148a6a3468acbb51c78878
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 evas package.

Change-Id: Ia5a37460e89433bfb21201671948ff2cf03db25e
packaging/evas.spec