Build error is fixed about FShell.h
authorahram.suh <ahram.suh@samsung.com>
Thu, 4 Jul 2013 02:19:54 +0000 (11:19 +0900)
committerahram.suh <ahram.suh@samsung.com>
Thu, 4 Jul 2013 02:19:54 +0000 (11:19 +0900)
Change-Id: I36fe9bcd7a8918bd8e0240bd715767623df75957

CMakeLists.txt
packaging/apps.Internet.spec

index bf08255..ade1876 100644 (file)
@@ -20,7 +20,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES})
 \r
 # Set link libraries and link options\r
 ## TODO : add more link libraries and options\r
-TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net pthread)\r
+TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net osp-shell pthread)\r
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pthread -pie)\r
 \r
 # Copy info, data, res, and icons directories\r
@@ -30,4 +30,4 @@ INSTALL(TARGETS ${this_target} DESTINATION ../usr/apps/${APPID}/bin)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/manifest.xml DESTINATION ../usr/apps/${APPID}/info)\r
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res DESTINATION ../usr/apps/${APPID})\r
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/shared DESTINATION ../usr/apps/${APPID})\r
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ../usr/apps/${PKG_ID})
\ No newline at end of file
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ../usr/apps/${PKG_ID})\r
index 52de220..5007903 100755 (executable)
@@ -17,6 +17,8 @@ BuildRequires:  pkgconfig(osp-image)
 BuildRequires:  osp-image-internal-devel
 BuildRequires:  pkgconfig(osp-net)
 BuildRequires:  osp-net-internal-devel
+BuildRequires: pkgconfig(osp-shell)
+BuildRequires: osp-shell-internal-devel
 BuildRequires:  pkgconfig(osp-json)
 BuildRequires:  pkgconfig(osp-web)
 BuildRequires: pkgconfig(osp-image-core)