init wayland support. 13/13413/6 accepted/tizen/generic accepted/tizen/ivi accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/generic/20140114.095645 accepted/tizen/generic/20140312.091821 accepted/tizen/ivi/20140110.223927 accepted/tizen/ivi/panda/20140312.093539 accepted/tizen/ivi/release/20140312.044259 accepted/tizen/ivi/release/20140312.104114 accepted/tizen/mobile/20140113.182020 submit/tizen/20140110.215130 submit/tizen/20140312.070641 submit/tizen_ivi_release/20140312.044451 submit/tizen_ivi_release/20140312.071107
authorwangfei <feix.w.wang@intel.com>
Thu, 9 Jan 2014 06:51:58 +0000 (01:51 -0500)
committerwangfei <feix.w.wang@intel.com>
Thu, 9 Jan 2014 06:55:52 +0000 (01:55 -0500)
commit3644ad545979e4f23ae8ca1bd94fe4b87af235e5
tree83194ed343d33174b6a543f6136363ae19e4721b
parent894983680be3832eeb42c728f70602be27d5d685
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 aul-1 package.
Currently we need "pure wayland platform (no X11)" status,so "with wayland" and "with x" are
defined into "1" and "0" in build.conf file.If you need other status of above illustration,
please change values of "with x" and "with wayland" in your build.conf file.

Signed-off-by: wangfei <feix.w.wang@intel.com>
Change-Id: I50cbee1ae458ac49bd0ffc839f65f4c7fb11ac9b
CMakeLists.txt [changed mode: 0755->0644]
launchpad_src/launchpad.c [changed mode: 0755->0644]
packaging/aul.spec [changed mode: 0755->0644]
src/key.c [changed mode: 0755->0644]