diff options
author | Inhong Han <inhong1.han@samsung.com> | 2023-10-31 19:48:52 +0900 |
---|---|---|
committer | Inhong Han <inhong1.han@samsung.com> | 2023-11-10 10:04:54 +0900 |
commit | ae914e516b5e5f3630e894d6f77a9e024f0885ef (patch) | |
tree | 67635f69595557e5ca2344036695c4e6476cf3ec /packaging | |
parent | 0eb76781cbbb1dd170183aba4e83c25bdad697a2 (diff) | |
download | isf-ae914e516b5e5f3630e894d6f77a9e024f0885ef.tar.gz isf-ae914e516b5e5f3630e894d6f77a9e024f0885ef.tar.bz2 isf-ae914e516b5e5f3630e894d6f77a9e024f0885ef.zip |
Apply cpu boosting on booting time
Change-Id: I518ee2d880ec511577980e1bb536d417f1cca256
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/isf.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/isf.spec b/packaging/isf.spec index 084f9125..c8047dc6 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(notification) BuildRequires: pkgconfig(gmock) BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(capi-system-resource) Requires(postun): /sbin/ldconfig Requires: org.tizen.isf-kbd-mode-changer |