Add check on libgcrypt library in configure. Needed when GNUtls
[framework/uifw/eet.git] / eet.pc.in
index 065acf8..20a32a3 100644 (file)
--- a/eet.pc.in
+++ b/eet.pc.in
@@ -8,5 +8,6 @@ Description: Library for speedy data storage, retrieval, and compression
 @pkgconfig_requires_private@: @requirement_eet@
 Version: @VERSION@
 Libs: -L${libdir} -leet
-Libs.private: @EET_LIBS@ @fnmatch_libs@ -ljpeg -lz -lm
+Libs.private: @EET_LIBS@ @fnmatch_libs@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
 Cflags: -I${includedir}
+Cflags.private: @LIBGCRYPT_CFLAGS@