From: caro Date: Fri, 3 Jun 2011 07:31:18 +0000 (+0000) Subject: no more dependency on pthread X-Git-Tag: 2.0_alpha~54^2~5 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Feet.git;a=commitdiff_plain;h=df02be422804f7a7debd2f87ae0551d37ce5dfb5 no more dependency on pthread git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@59912 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/eet.pc.in b/eet.pc.in index 30a926f..f7a3bf1 100644 --- a/eet.pc.in +++ b/eet.pc.in @@ -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@