summaryrefslogtreecommitdiff
path: root/appcore-common.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10Refactor app-coreJunghoon Park1-13/+0
- Redesigned by c++ Change-Id: I7659cab20ca2599c74640f2e7fe84b609166c113 Signed-off-by: Junghoon Park <jh9216.park@samsung.com> Signed-off-by: jh9216.park <jh9216.park@samsung.com>
2017-06-05Separate appcore-ui package from appcore-efl packageHwankyu Jhun1-1/+1
This patch is for deleting elementary dependency from appcore_ui_base API. - Add appcore_efl_base API (appcore_ui_base wrapper API) - Add appcore_ui_base_get_hint API - Delete elementary dependency from appcore-ui - Add init and finish callback on appcore base Change-Id: Ief47c6b4e7c9c26d955bf8c30c69efec05c5ee99 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-23Remove conditional compilation associated with window managerInkyun Kil1-0/+13
- Since Tizen 3.0, wayland is the only display server. That's why the conditional compilation is useless. Change-Id: I26567d5709a40e146027bfd01650b04bae702bea Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
2014-01-08init wayland supportsubmit/tizen/20140116.012548accepted/tizen/mobile/20140116.011814accepted/tizen/ivi/20140117.181904Li,Limin1-13/+0
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-core package. Signed-off-by: Li,Limin <liminx.li@intel.com> Change-Id: I5bbb83cf2e4769bed0e0c33bb646467ec77566f1
2013-05-28Fix X86_64 build-install complianceXavier Roche1-1/+1
- Change lib path in *.pc.in
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+13