[FFmpeg-cvslog] r13528 - trunk/configure
diego
subversion
Thu May 29 11:58:33 CEST 2008
Author: diego
Date: Thu May 29 11:58:33 2008
New Revision: 13528
Log:
When shared libraries are built, make the pkg-config requires Requires.private.
patch by Anssi Hannula, anssi.hannula gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu May 29 11:58:33 2008
@@ -2179,7 +2179,8 @@ includedir=$incdir
Name: $name
Description: $comment
Version: $version
-Requires: $requires
+Requires: $(disabled shared && echo $requires)
+Requires.private: $(enabled shared && echo $requires)
Conflicts:
Libs: -L\${libdir} -l${shortname} $(disabled shared && echo $libs)
Libs.private: $(enabled shared && echo $libs)
More information about the ffmpeg-cvslog
mailing list