Add vconf & gio-2.0 to the package config 75/108175/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 3 Jan 2017 07:32:08 +0000 (16:32 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 3 Jan 2017 07:32:08 +0000 (16:32 +0900)
This is for backward compatibility.
A package uses vconf, which is indirectly required by sensord-devel.

Change-Id: I45f04a02f72323637bb026f5449cf2afc147e30d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/client-dummy/CMakeLists.txt

index b0f48c2..626d61e 100644 (file)
@@ -1,7 +1,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 PROJECT(sensor CXX)
 
-SET(DEPENDENTS "glib-2.0 dlog")
+SET(DEPENDENTS "glib-2.0 gio-2.0 dlog vconf")
 SET(VERSION ${FULLVER})
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})