no more dependency on pthread
authorVincent Torri <vincent.torri@gmail.com>
Fri, 3 Jun 2011 07:31:18 +0000 (07:31 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 3 Jun 2011 07:31:18 +0000 (07:31 +0000)
SVN revision: 59912

legacy/eet/eet.pc.in

index 30a926f..f7a3bf1 100644 (file)
@@ -8,6 +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@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ @EFL_PTHREAD_LIBS@ -ljpeg -lz -lm
+Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
 Cflags: -I${includedir}/eet-@VMAJ@
 Cflags.private: @LIBGCRYPT_CFLAGS@