PTREL-546 fix: enable wayland build accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release sandbox/pcoval/tizen tizen_ivi_panda tizen_ivi_release accepted/tizen/generic/20140306.213119 accepted/tizen/ivi/20140307.054320 accepted/tizen/ivi/panda/20140321.225121 accepted/tizen/ivi/release/20140315.015622 submit/tizen/20140306.160229 submit/tizen_ivi_panda/20140321.225021 submit/tizen_ivi_release/20140315.015809
authorJuan Zhao <juan.j.zhao@intel.com>
Tue, 17 Dec 2013 09:33:38 +0000 (17:33 +0800)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 6 Mar 2014 15:33:38 +0000 (16:33 +0100)
commitbd60d9d178224af00e19a9712ad7cec545c42aaa
tree1c6fcbc35385719adf8715ea8768046eb1c32802
parent87ee946511870c2ac90b90b4810811b10193043b
PTREL-546 fix: enable wayland build

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 elementary package.

Change-Id: I761ef5a9b03493fe7e867282d4d3cd2a812d7482
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
packaging/elementary.spec