projects
/
platform
/
core
/
appfw
/
alarm-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432f9e4
)
Add pkgmgr-info dependency explicitly
42/319342/1
author
Ilho Kim
<ilho159.kim@samsung.com>
Mon, 21 Oct 2024 23:14:29 +0000
(08:14 +0900)
committer
Ilho Kim
<ilho159.kim@samsung.com>
Mon, 21 Oct 2024 23:14:58 +0000
(08:14 +0900)
Change-Id: I9909d7b023dd8f226a986bcbd049651e6089f11c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
lib/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CMakeLists.txt
b/lib/CMakeLists.txt
index 5a82e1a9f5f02cc22170d7b7c305bd764d47516b..18357a8bb3473f9762e86406436aa24094565c4d 100644
(file)
--- a/
lib/CMakeLists.txt
+++ b/
lib/CMakeLists.txt
@@
-5,7
+5,7
@@
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/server)
AUX_SOURCE_DIRECTORY(./ LIB_SRCS)
PKG_CHECK_MODULES(lib_pkgs REQUIRED glib-2.0 gobject-2.0 dlog bundle appsvc gio-2.0
- gio-unix-2.0 libtzplatform-config notification cert-svc-vcore)
+ gio-unix-2.0 libtzplatform-config notification cert-svc-vcore
pkgmgr-info
)
FOREACH(flag ${lib_pkgs_CFLAGS_OTHER})
IF(${flag} MATCHES "\\-D+")