From 3e152e93d4298ed1d12a54d45fd052ec41fdd665 Mon Sep 17 00:00:00 2001 From: raster Date: Sat, 17 Mar 2012 05:37:25 +0000 Subject: [PATCH] add back in libs.private/requires to pc files with some fixes for missing. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@69482 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- eet.pc.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eet.pc.in b/eet.pc.in index f4653c1..f7a3bf1 100644 --- a/eet.pc.in +++ b/eet.pc.in @@ -5,6 +5,9 @@ includedir=@includedir@ Name: eet 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@ -ljpeg -lz -lm Cflags: -I${includedir}/eet-@VMAJ@ +Cflags.private: @LIBGCRYPT_CFLAGS@ -- 2.7.4