summaryrefslogtreecommitdiff
path: root/vorbisfile.pc.in
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2013-03-29 16:49:46 +0000
committerTim Terriberry <tterribe@xiph.org>2013-03-29 16:49:46 +0000
commit870726efd9ce2abdf30aaa4086b1ab4c06651fd2 (patch)
tree9dd8905e96923cb0d3709f947dc3688c11457c8d /vorbisfile.pc.in
parentf6b3a075559383394b487440ea443f3963b03c08 (diff)
downloadlibvorbis-git-870726efd9ce2abdf30aaa4086b1ab4c06651fd2.tar.gz
Update pkgconfig files to reduce overlinking.
Patch from Cristian Rodriguez. Reviewed by: David Schleef, Conrad Parker, Ron Lee Thanks to Brad Smith for kicking us. Fixes #1759. svn path=/trunk/vorbis/; revision=18889
Diffstat (limited to 'vorbisfile.pc.in')
-rw-r--r--vorbisfile.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/vorbisfile.pc.in b/vorbisfile.pc.in
index b4387f2b..e58a071f 100644
--- a/vorbisfile.pc.in
+++ b/vorbisfile.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
Name: vorbisfile
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
Version: @VERSION@
-Requires: vorbis
+Requires.private: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}