summaryrefslogtreecommitdiff
path: root/ogg.pc.in
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2003-09-11 19:53:37 +0000
committercalc <calc@xiph.org>2003-09-11 19:53:37 +0000
commitd6d1777ad3cb378e08632fea2355eaff3bdef113 (patch)
treebbdf92cad597c9386737dde3a3b8c34014122a55 /ogg.pc.in
parent5d105b1d3b53644e10a4162010df3b9865a3695f (diff)
downloadogg-git-d6d1777ad3cb378e08632fea2355eaff3bdef113.tar.gz
add pkg-config support for ogg
svn path=/trunk/ogg/; revision=5331
Diffstat (limited to 'ogg.pc.in')
-rw-r--r--ogg.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/ogg.pc.in b/ogg.pc.in
new file mode 100644
index 0000000..095fe7d
--- /dev/null
+++ b/ogg.pc.in
@@ -0,0 +1,14 @@
+# libogg pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ogg
+Description: ogg is a library for manipulating ogg bitstreams
+Version: @VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} -logg
+Cflags: -I${includedir}