From cb1b6bd6a0a3d1666e48c43197c2031b008024c0 Mon Sep 17 00:00:00 2001 From: Bogon Kim Date: Fri, 1 Nov 2013 18:16:34 +0900 Subject: [PATCH] Add dependency on osp-image,osp-shell-core in osp-shell.pc file. Change-Id: I817158744c348e5bfcb7fad5fd21cfb446cc021f Signed-off-by: Bogon Kim --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f13de..fe60831 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ ADD_SUBDIRECTORY(src/core) ADD_DEPENDENCIES(osp-shell osp-shell-core) -SET(pc_requires "osp-uifw") +SET(pc_requires "osp-uifw osp-image osp-shell-core") SET(PC_REQUIRED ${pc_requires}) SET(VERSION ${FULLVER}) -- 2.7.4