aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/eet.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eet/eet.pc.in')
-rw-r--r--libraries/eet/eet.pc.in13
1 files changed, 13 insertions, 0 deletions
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 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: eet
7Description: Library for speedy data storage, retrieval, and compression
8@pkgconfig_requires_private@: @requirement_eet@
9Version: @VERSION@
10Libs: -L${libdir} -leet
11Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm
12Cflags: -I${includedir}/eet-@VMAJ@
13Cflags.private: @LIBGCRYPT_CFLAGS@