summaryrefslogtreecommitdiffhomepage
path: root/vorbis/vorbis.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vorbis/vorbis.pc.in')
-rw-r--r--vorbis/vorbis.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/vorbis/vorbis.pc.in b/vorbis/vorbis.pc.in
new file mode 100644
index 0000000..0eacf66
--- /dev/null
+++ b/vorbis/vorbis.pc.in
@@ -0,0 +1,15 @@
+# libvorbis pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: vorbis
+Description: vorbis is the primary Ogg Vorbis library
+Version: @VERSION@
+Requires.private: ogg
+Conflicts:
+Libs: -L${libdir} -lvorbis
+Libs.private: -lm
+Cflags: -I${includedir}