[xiph-commits] r18906 - trunk/Tremor
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Fri Apr 5 06:20:31 PDT 2013
Author: tterribe
Date: 2013-04-05 06:20:31 -0700 (Fri, 05 Apr 2013)
New Revision: 18906
Modified:
trunk/Tremor/vorbisidec.pc.in
Log:
Update pkgconfig files to reduce overlinking.
Patch from Brad Smith.
Reviewed by Ron Lee.
Fixes #1943.
Modified: trunk/Tremor/vorbisidec.pc.in
===================================================================
--- trunk/Tremor/vorbisidec.pc.in 2013-04-03 02:04:38 UTC (rev 18905)
+++ trunk/Tremor/vorbisidec.pc.in 2013-04-05 13:20:31 UTC (rev 18906)
@@ -8,7 +8,7 @@
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}
More information about the commits
mailing list