From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/eet/eet.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/eet/eet.pc.in (limited to 'libraries/eet/eet.pc.in') diff --git a/libraries/eet/eet.pc.in b/libraries/eet/eet.pc.in new file mode 100644 index 0000000..f7a3bf1 --- /dev/null +++ b/libraries/eet/eet.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +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@ -- cgit v1.1