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/eina/eina.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/eina/eina.pc.in (limited to 'libraries/eina/eina.pc.in') diff --git a/libraries/eina/eina.pc.in b/libraries/eina/eina.pc.in new file mode 100644 index 0000000..eb8a016 --- /dev/null +++ b/libraries/eina/eina.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Eina +Description: A Library that implements fast data types and miscellaneous tools +@pkgconfig_requires_private@: @requirement_eina@ +Version: @VERSION@ +Libs: -L${libdir} -leina @EFL_PTHREAD_LIBS@ +Libs.private: @EFL_FNMATCH_LIBS@ @EFL_PTHREAD_LIBS@ @rt_libs@ @iconv_libs@ @EINA_LIBS@ +Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina -- cgit v1.1