summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-02-17Remove hardcoded path for multiuser supportsubmit/tizen_ivi_release/20140312.071122submit/tizen/20140312.070647submit/tizen/20140221.103828accepted/tizen/mobile/20140227.071751accepted/tizen/ivi/release/20140312.123825accepted/tizen/ivi/panda/20140312.111918accepted/tizen/ivi/20140221.200041accepted/tizen/generic/20140312.094911accepted/tizen/generic/20140221.132647accepted/tizen/genericSabera Djelti (sdi2)1-2/+2
bug-tizen: PTREL-662 Change-Id: I66ab7ff37a89703576ea90885300364cc63f8bf6 Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2014-01-08init wayland supportsubmit/tizen/20140110.215645accepted/tizen/mobile/20140113.182040accepted/tizen/ivi/20140110.224049accepted/tizen/generic/20140114.145758accepted/tizen/mobileLi,Limin1-1/+10
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
2013-05-07change rule file using private rule fileHyungdeuk Kim1-1/+1
2013-05-06remove smack rule file following smack noticeHyungdeuk Kim1-1/+0
Change-Id: Idcb548bcbca908d975e0a1b783a5154036dadf37
2013-05-03added smack rule fileJaeho Lee1-0/+2
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-02Fix for 64 bit compatibility.Junfeng Dong1-8/+6
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: I84ab00b8e4e789b0abd80b897c9fbc6d5fdd2a04
2013-03-20add code to remove ui cb under ug_destroy_all caseHyungdeuk Kim1-1/+1
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+52