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:
5ce4b53
)
Revert "Add a missing dependency in pc file"
94/240594/1
author
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 10 Aug 2020 01:46:51 +0000
(10:46 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 10 Aug 2020 01:47:23 +0000
(10:47 +0900)
This reverts commit
5ce4b53e5fe37ff9cc80ccc2d0361827579cc0ae
.
Change-Id: Ifcc5c9c58a51a64090d48c00699ef6976bbb38f2
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 71429e602c691190f48c689172bc7da34daf1990..81ec8ce2d1927518ae26296b2ac4a09565862773 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
tapi
")
+SET(PC_REQUIRES "capi-base-common")
CONFIGURE_FILE(${PROJECT_NAME}.pc.in ${PROJECT_NAME}.pc @ONLY)
INSTALL(FILES ${PROJECT_NAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)