summaryrefslogtreecommitdiff
path: root/eeze.pc.in
diff options
context:
space:
mode:
authorRusty Lynch <rusty.lynch@intel.com>2012-07-05 16:38:26 -0700
committerRusty Lynch <rusty.lynch@intel.com>2012-07-05 16:38:26 -0700
commit1268b43ff6ff9d5eb403b180013b1d64778d2815 (patch)
tree46fc7c2989f8d757648d872c635e9e8a3140ff76 /eeze.pc.in
downloadeeze-1268b43ff6ff9d5eb403b180013b1d64778d2815.tar.gz
eeze-1268b43ff6ff9d5eb403b180013b1d64778d2815.tar.bz2
eeze-1268b43ff6ff9d5eb403b180013b1d64778d2815.zip
Initial import of a snapshot of svn version 73381
Diffstat (limited to 'eeze.pc.in')
-rw-r--r--eeze.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/eeze.pc.in b/eeze.pc.in
new file mode 100644
index 0000000..606b789
--- /dev/null
+++ b/eeze.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: eeze
+Description: device convenience library for efl
+@pkgconfig_requires_private@: @requirement_eeze@
+Version: @VERSION@
+Libs: -L${libdir} -leeze
+Cflags: -I${includedir}/eeze-@VMAJ@