init wayland support 17/13817/7 accepted/tizen/mobile accepted/tizen/generic/20140114.145758 accepted/tizen/ivi/20140110.224049 accepted/tizen/mobile/20140113.182040 submit/tizen/20140110.215645
authorLi,Limin <liminx.li@intel.com>
Wed, 8 Jan 2014 10:01:31 +0000 (18:01 +0800)
committerLi,Limin <liminx.li@intel.com>
Wed, 8 Jan 2014 10:03:38 +0000 (18:03 +0800)
commit3a86573c836fcbe7cb6072e5607b4216c6c5c133
treefb2b812369b88727e6c8d2365f3a4f0d831bcbb0
parentbc0915cd3c899263c1be54730be7df3ecb9b54dd
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 ui-gadget package.
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Iceb95b03f824860b2aac74f35c0945380f6cc22a
CMakeLists.txt [changed mode: 0755->0644]
client/CMakeLists.txt [changed mode: 0755->0644]
client/ug-client.c [changed mode: 0755->0644]
include/ug-manager.h [changed mode: 0755->0644]
include/ui-gadget.h [changed mode: 0755->0644]
packaging/ui-gadget-1.spec [changed mode: 0755->0644]
src/manager.c [changed mode: 0755->0644]
src/ug.c [changed mode: 0755->0644]
ug-efl-engine/CMakeLists.txt [changed mode: 0755->0644]
ui-gadget-1.pc.in