From: wchang kim Date: Tue, 30 May 2023 02:17:09 +0000 (+0900) Subject: Remove the useless dependency - tts X-Git-Tag: accepted/tizen/unified/20230810.070107~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F293464%2F1;p=apps%2Fnative%2Fstarter.git Remove the useless dependency - tts Change-Id: I10d6f10f7840d8d668424c33390b3c91e7f9f4f5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 12b87c9..8323923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,6 @@ pkg_check_modules(pkgs REQUIRED deviced edbus dbus-1 - tts capi-message-port efl-extension ) @@ -86,7 +85,6 @@ pkg_check_modules(pkgs REQUIRED deviced edbus dbus-1 - tts capi-message-port efl-extension libsystemd diff --git a/packaging/starter.spec b/packaging/starter.spec index 7dae774..306f38f 100644 --- a/packaging/starter.spec +++ b/packaging/starter.spec @@ -21,8 +21,6 @@ BuildRequires: pkgconfig(capi-system-media-key) BuildRequires: pkgconfig(capi-network-bluetooth) BuildRequires: pkgconfig(capi-system-system-settings) -BuildRequires: tts -BuildRequires: tts-devel BuildRequires: pkgconfig(capi-message-port) BuildRequires: pkgconfig(capi-telephony) BuildRequires: pkgconfig(capi-system-info)