From 16bd6bdce9f01d331b04babfdaa69bfb4029d0ec Mon Sep 17 00:00:00 2001 From: "ahram.suh" Date: Thu, 4 Jul 2013 11:19:54 +0900 Subject: [PATCH] Build error is fixed about FShell.h Change-Id: I36fe9bcd7a8918bd8e0240bd715767623df75957 --- CMakeLists.txt | 4 ++-- packaging/apps.Internet.spec | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf08255..ade1876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES}) # Set link libraries and link options ## TODO : add more link libraries and options -TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net pthread) +TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net osp-shell pthread) TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pthread -pie) # Copy info, data, res, and icons directories @@ -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) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res DESTINATION ../usr/apps/${APPID}) INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/shared DESTINATION ../usr/apps/${APPID}) -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}) diff --git a/packaging/apps.Internet.spec b/packaging/apps.Internet.spec index 52de220..5007903 100755 --- a/packaging/apps.Internet.spec +++ b/packaging/apps.Internet.spec @@ -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) -- 2.7.4