summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2013-04-05 13:20:31 +0000
committerRalph Giles <giles@mozilla.com>2014-06-24 13:52:26 -0700
commita733870e048fc139f696f1c57b50e0145d1ab6c2 (patch)
tree54037fe4a1c1363a21467de47d4bba106a2817a1
parent189f68e9a31d644678c05e254dd212ba05317464 (diff)
downloadtremor-a733870e048fc139f696f1c57b50e0145d1ab6c2.tar.gz
Update pkgconfig files to reduce overlinking.
Patch from Brad Smith. Reviewed by Ron Lee. Fixes #1943. git-svn-id: https://svn.xiph.org/trunk/Tremor@18906 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--vorbisidec.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/vorbisidec.pc.in b/vorbisidec.pc.in
index 9c09524..56fa656 100644
--- a/vorbisidec.pc.in
+++ b/vorbisidec.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
Name: vorbisidec
Description: vorbisidec is the integer Ogg Vorbis library
Version: @VERSION@
-Requires: ogg
+Requires.private: ogg
Conflicts:
-Libs: -L${libdir} -lvorbisidec -lm
+Libs: -L${libdir} -lvorbisidec
Cflags: -I${includedir}