From: Changyong Jeon Date: Thu, 28 Mar 2013 01:03:46 +0000 (+0900) Subject: fix build error X-Git-Tag: 2.1_release~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=664c9b088845ab19c2fe0a0441d5bd74e3d266a7;p=apps%2Fosp%2FCalendar.git fix build error Change-Id: Ibb72f92de474e7b3f5dfe93b213e9faba0759df0 Signed-off-by: Changyong Jeon --- 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