fix build error
authorChangyong Jeon <fin10.jeon@samsung.com>
Thu, 28 Mar 2013 01:03:46 +0000 (10:03 +0900)
committerChangyong Jeon <fin10.jeon@samsung.com>
Thu, 28 Mar 2013 01:03:46 +0000 (10:03 +0900)
Change-Id: Ibb72f92de474e7b3f5dfe93b213e9faba0759df0
Signed-off-by: Changyong Jeon <fin10.jeon@samsung.com>
CMakeLists.txt
packaging/apps.Calendar.spec

index 7676cb8..fdb4d7d 100644 (file)
@@ -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
index 44599a8..bbc1a2e 100755 (executable)
@@ -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