From 664c9b088845ab19c2fe0a0441d5bd74e3d266a7 Mon Sep 17 00:00:00 2001 From: Changyong Jeon Date: Thu, 28 Mar 2013 10:03:46 +0900 Subject: [PATCH] fix build error Change-Id: Ibb72f92de474e7b3f5dfe93b213e9faba0759df0 Signed-off-by: Changyong Jeon --- CMakeLists.txt | 2 +- packaging/apps.Calendar.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7676cb8..fdb4d7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ SET(CMAKE_EXECUTABLE_SUFFIX ".exe") ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES}) # Set link libraries and link options -TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-social) +TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-media osp-image osp-uifw osp-social) TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pie) # Copy info, data, res, and Icons directories diff --git a/packaging/apps.Calendar.spec b/packaging/apps.Calendar.spec index 44599a8..bbc1a2e 100755 --- a/packaging/apps.Calendar.spec +++ b/packaging/apps.Calendar.spec @@ -9,6 +9,9 @@ BuildRequires: cmake BuildRequires: pkgconfig(osp-appfw) BuildRequires: pkgconfig(osp-uifw) BuildRequires: pkgconfig(osp-social) +BuildRequires: pkgconfig(osp-media) +BuildRequires: pkgconfig(osp-image) +BuildRequires: pkgconfig(osp-image-core) %description Calendar application -- 2.7.4