EFL core migration @74530
[framework/uifw/eet.git] / eet.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: eet
7 Description: Library for speedy data storage, retrieval, and compression
8 Version: @VERSION@
9 @pkgconfig_requires_private@: @requirements_pc_eet@
10 Libs: -L${libdir} -leet
11 Libs.private: @requirements_libs_eet@ -lm
12 Cflags: -I${includedir}/eet-@VMAJ@