Add missing package info into pkgconfig file 36/252836/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Feb 2021 23:00:19 +0000 (08:00 +0900)
committerHwankyu 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

index 68e0318ddd91a7376d6953f8e2e2736159bf35b4..fce886054bd59513c60196908820c252c6d400dc 100644 (file)
@@ -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_LDFLAGS "-l${TARGET_PREFERENCE}")
 
 # pkg-config file
 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/capi-appfw-preference.pc.in