efl_util: change version of tizen_policy from 1 to 7.
[platform/core/api/efl-util.git] / CMakeLists.txt
index 5ae9076..cf31d63 100644 (file)
@@ -7,15 +7,11 @@ PROJECT(${fw_name})
 SET(CMAKE_INSTALL_PREFIX /usr)
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 
-IF (TIZEN_WEARABLE)
-    ADD_DEFINITIONS("-DTIZEN_WEARABLE")
-ENDIF (TIZEN_WEARABLE)
-
 SET(INC_DIR include)
 INCLUDE_DIRECTORIES(${INC_DIR})
 
 # required dependencies
-SET(dependents "dlog elementary capi-base-common libdrm libtbm")
+SET(dependents "dlog elementary capi-base-common capi-system-info libdrm libtbm")
 
 SET(dependents "${dependents} ecore-wayland wayland-client wayland-tbm-client screenshooter-client tizen-extension-client")