Package Upload
[framework/uifw/eet.git] / eet.pc.in
index f1b47ce..ee95887 100644 (file)
--- a/eet.pc.in
+++ b/eet.pc.in
@@ -2,13 +2,11 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-revision=@VREV@
 
 Name: eet
 Description: Library for speedy data storage, retrieval, and compression
-@pkgconfig_requires_private@: @requirement_eet@
 Version: @VERSION@
+@pkgconfig_requires_private@: @requirements_pc_eet@
 Libs: -L${libdir} -leet
-Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
-Cflags: -I${includedir}
-Cflags.private: @LIBGCRYPT_CFLAGS@
+Libs.private: @requirements_libs_eet@ -lm
+Cflags: -I${includedir}/eet-@VMAJ@