diff options
author | Kunhoon Baik <knhoon.baik@samsung.com> | 2016-08-22 22:54:16 +0900 |
---|---|---|
committer | taeyoung <ty317.kim@samsung.com> | 2016-08-24 10:44:56 +0900 |
commit | 78b2d513b638b5f6f4154a8334e5306d2e736607 (patch) | |
tree | fb3f67f27fe45773807077a32fb4cec0bba9a319 /configure.ac | |
parent | 607ca16f972d4d6f69d274aca2e4db0a75f5543e (diff) | |
download | system-plugin-78b2d513b638b5f6f4154a8334e5306d2e736607.tar.gz system-plugin-78b2d513b638b5f6f4154a8334e5306d2e736607.tar.bz2 system-plugin-78b2d513b638b5f6f4154a8334e5306d2e736607.zip |
System User Session Launch helper
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5f0e9de..280e5c1 100644 --- a/configure.ac +++ b/configure.ac @@ -117,6 +117,7 @@ AC_SUBST(M4_DEFINES) # ------------------------------------------------------------------------------ PKG_CHECK_MODULES(VCONF, vconf) +PKG_CHECK_MODULES(TZPLATFORMCONF, libtzplatform-config) # ------------------------------------------------------------------------------ AC_SUBST([LIBLAZYMOUNT_PC_REQUIRES], "") |