projects
/
platform
/
core
/
api
/
preference.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ceb7e
)
Add missing package info into pkgconfig file
36/252836/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 2 Feb 2021 23:00:19 +0000
(08:00 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 2 Feb 2021 23:00:19 +0000
(08:00 +0900)
Change-Id: Ia1cad72bfd565eedcbe1a14171bd0a1e6826c6e8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
preference/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/preference/CMakeLists.txt
b/preference/CMakeLists.txt
index 68e0318ddd91a7376d6953f8e2e2736159bf35b4..fce886054bd59513c60196908820c252c6d400dc 100644
(file)
--- a/
preference/CMakeLists.txt
+++ b/
preference/CMakeLists.txt
@@
-22,8
+22,10
@@
INSTALL(TARGETS ${TARGET_PREFERENCE}
)
SET(PC_NAME ${TARGET_PREFERENCE})
+SET(VERSION ${FULLVER})
+SET(PACKAGE_DESCRIPTION "Preference Library")
SET(PC_REQUIRED "capi-base-common")
-SET(PC_LD
_FLAGS -l${TARGET_PREFERENCE}
)
+SET(PC_LD
FLAGS "-l${TARGET_PREFERENCE}"
)
# pkg-config file
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/capi-appfw-preference.pc.in