Fix static analyzer issues
[platform/core/appfw/pkgmgr-info.git] / pkgmgr-info.pc.in
old mode 100755 (executable)
new mode 100644 (file)
index 86ed8ad..748d2bb
@@ -2,11 +2,12 @@
 
 prefix=/usr
 exec_prefix=${prefix}
-libdir=${prefix}/lib
+libdir=@LIB_INSTALL_DIR@
 includedir=${prefix}/include
 
 Name: pkgmgr-info
 Description: Simple string key/val dictionary library
-Version: @VERSION@
+Version: @FULLVER@
+Requires: glib-2.0
 Libs: -L${libdir} -lpkgmgr-info
-Cflags: -I${includedir}
+Cflags: -I${includedir} -DSYSCONFDIR=\"@SYSCONFDIR@\"