init wayland support 10/13310/11 accepted/tizen/ivi/stable accepted/tizen/generic/20140106.140353 accepted/tizen/generic/20140108.092543 accepted/tizen/ivi/20140106.204055 accepted/tizen/mobile/20140107.213012 submit/tizen/20140106.040829 submit/tizen/20140108.022347 submit/tizen_ivi_release/20140108.030036
authorLi,Limin <liminx.li@intel.com>
Thu, 19 Dec 2013 02:27:31 +0000 (10:27 +0800)
committerLi,Limin <liminx.li@intel.com>
Fri, 20 Dec 2013 08:09:12 +0000 (16:09 +0800)
commit00e564c99da29bdacb3fca608b6dc25532d4b405
treefe61be87fc4e9a17678d1b9afab86a133053210e
parent4e6301db9eb0d2abecbfa1899423813e12ebfcbb
init wayland support

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 app-svc package.

Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Ic8867f2c35a3192088de91e592ddf6e169511607
CMakeLists.txt [changed mode: 0755->0644]
packaging/app-svc.spec
src/appsvc.c [changed mode: 0755->0644]