summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01Separate systemd-user-helpersubmit/tizen_unified/20170308.100403submit/tizen/20170307.051651accepted/tizen/wearable/20170307.102137accepted/tizen/unified/20170309.031150accepted/tizen/tv/20170307.102119accepted/tizen/mobile/20170307.102059accepted/tizen/ivi/20170307.102153accepted/tizen/common/20170307.133902Sunmin Lee1-1/+0
For ease of development, systemd-user-helper for user session launch is moved to separate package, session-utils. Change-Id: Iac07ab112ee042a9e68c4cbdb6d68c2a95804257 Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
2016-08-24System User Session Launch helperKunhoon Baik1-0/+1
For supporting Tizen specific feature like directory compatibility and container, Tizen requires to handle namespaces. However, it could not be treated by PAM due to Lazy-mount feature. This launch helper solves the issues. This is first trial, if we find better solution, we will change to the solution. Change-Id: I0a6b27eb30f7904afde3a710a7fcb044ec172411 Signed-off-by: taeyoung <ty317.kim@samsung.com>
2016-08-04Description : Fixed pkgconfig information.wchang kim1-2/+2
Missing some information in CFlags and Libs. -llazymount -I/usr/include/lazymount Change-Id: Idbdc66e398c5497ee75c232f6b3f8294a4d4832f
2016-07-29Description : Adding new package of liblazymount and build enviroment for ↵wchang kim1-0/+147
autotools Adding new pacakge for lazy mount feature. It has the library and path activator service for mounting user patition(/opt/usr). Adding the build environment for autotools. This change need the change of BuildArch for system-plugin. system-plugin-<version>.noarch.rpm --> system-plugin-<version>.<arch>.rpm Change-Id: I107e7610659fcbbcda7b8b27abb645251c069296 Signed-off-by: Woochang Kim <wchang.kim@samsung.com>