projects
/
platform
/
core
/
api
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf656c
)
Add a missing dependency in pc file
11/240411/1
accepted/tizen/unified/20200810.123203
submit/tizen/20200806.035941
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Thu, 6 Aug 2020 06:34:29 +0000
(15:34 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Thu, 6 Aug 2020 06:34:29 +0000
(15:34 +0900)
Change-Id: Id18a0b611a72d1f04aac311fbb1ce7f0bfa303f5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 81ec8ce2d1927518ae26296b2ac4a09565862773..71429e602c691190f48c689172bc7da34daf1990 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-28,7
+28,7
@@
INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR})
FILE(GLOB HEADERS include/*.h)
INSTALL(FILES ${HEADERS} DESTINATION ${HEADER_DIR})
-SET(PC_REQUIRES "capi-base-common")
+SET(PC_REQUIRES "capi-base-common
tapi
")
CONFIGURE_FILE(${PROJECT_NAME}.pc.in ${PROJECT_NAME}.pc @ONLY)
INSTALL(FILES ${PROJECT_NAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)