summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>2014-03-03 15:26:09 +0100
committerJean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>2014-03-03 15:26:09 +0100
commit537a8118070f72b7976b6d8467aede81aadf8570 (patch)
treee96a57ded182e1824dbf1258b5a7db249a2902d1 /CMakeLists.txt
parent3b911306adbda98eb7693249dc9a434808602fb1 (diff)
downloadlibsvi-537a8118070f72b7976b6d8467aede81aadf8570.tar.gz
libsvi-537a8118070f72b7976b6d8467aede81aadf8570.tar.bz2
libsvi-537a8118070f72b7976b6d8467aede81aadf8570.zip
Remove hardcoded path for multiuser support
Bug-Tizen: PTREL-269 Change-Id: Idc1bf888a089daf1001bd98b1dafd57fc4a91245 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69fe1c2..c3b673f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ SET(SVI_HEADERS
SET(SVI_SRCS
src/svi.c)
-SET(DEPENDENTS "vconf haptic mm-keysound dlog libxml-2.0 glib-2.0")
+SET(DEPENDENTS "vconf haptic mm-keysound dlog libxml-2.0 glib-2.0 libtzplatform-config")
SET(PC_DEPENDENTS "capi-base-common")
SET(PC_NAME ${PROJECT_NAME})