eet now has an eet_version you can runtime check:
[framework/uifw/eet.git] / eet.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 revision=@VREV@
6
7 Name: eet
8 Description: Library for speedy data storage, retrieval, and compression
9 @pkgconfig_requires_private@: @requirement_eet@
10 Version: @VERSION@
11 Libs: -L${libdir} -leet
12 Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
13 Cflags: -I${includedir}
14 Cflags.private: @LIBGCRYPT_CFLAGS@