projects
/
platform
/
core
/
appfw
/
rpc-port.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9300a
)
Add a missing required library to pkgconfig
40/261240/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 13 Jul 2021 23:16:41 +0000
(08:16 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 13 Jul 2021 23:17:11 +0000
(08:17 +0900)
Adds:
- bundle
Change-Id: I5cc6a806fae8cbe9dc8cf1fbb417bc17e79fbdf8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 78dbd01e21441a85c8d222f3d84afc2294ba9520..c7f5b4974e9088ec6713184112a5cecbc9116296 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-7,7
+7,7
@@
ADD_DEFINITIONS("-DFULLVER=\"${FULLVER}\"")
SET(CMAKE_INSTALL_PREFIX /usr)
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(PC_NAME "rpc-port")
-SET(PC_REQUIRED "capi-base-common")
+SET(PC_REQUIRED "
bundle
capi-base-common")
SET(PC_VERSION ${FULLVER})
SET(PC_LDFLAGS "-lrpc-port")