From: Woongsuk Cho Date: Tue, 20 Feb 2024 01:41:12 +0000 (+0900) Subject: remove unnecessary ecore dependency X-Git-Tag: accepted/tizen/unified/20240220.115648 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20240220.115648;p=platform%2Fcore%2Fdotnet%2Flauncher.git remove unnecessary ecore dependency --- diff --git a/NativeLauncher/CMakeLists.txt b/NativeLauncher/CMakeLists.txt index 8dd5f33..873441e 100644 --- a/NativeLauncher/CMakeLists.txt +++ b/NativeLauncher/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT("dotnet-tools") MESSAGE("CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}") INCLUDE(FindPkgConfig) -PKG_CHECK_MODULES(${PROJECT_NAME} REQUIRED aul pkgmgr-info pkgmgr-installer ecore bundle dlog liblaunchpad glib-2.0 libsmack capi-appfw-app-common jsoncpp openssl3 sqlite3 libtzplatform-config) +PKG_CHECK_MODULES(${PROJECT_NAME} REQUIRED aul pkgmgr-info pkgmgr-installer bundle dlog liblaunchpad glib-2.0 libsmack capi-appfw-app-common jsoncpp openssl3 sqlite3 libtzplatform-config) FOREACH(flag ${${PROJECT_NAME}_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") diff --git a/NativeLauncher/launcher/lib/core_runtime.cc b/NativeLauncher/launcher/lib/core_runtime.cc index d0b0704..86ea664 100644 --- a/NativeLauncher/launcher/lib/core_runtime.cc +++ b/NativeLauncher/launcher/lib/core_runtime.cc @@ -39,8 +39,6 @@ #include #include -#include - #include "injection.h" #include "utils.h" #include "log.h" diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 8197f24..f24af70 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -12,7 +12,6 @@ BuildRequires: cmake BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(liblaunchpad) BuildRequires: pkgconfig(liblaunchpad-hydra) BuildRequires: pkgconfig(pkgmgr-info)