From 870726efd9ce2abdf30aaa4086b1ab4c06651fd2 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Fri, 29 Mar 2013 16:49:46 +0000 Subject: 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 --- vorbisfile.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vorbisfile.pc.in') 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} -- cgit v1.2.1