forked from FFmpeg/FFmpeg
When shared libraries are built, make the pkg-config requires Requires.private.
patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13528 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5faf168940
commit
5dcfe9f898
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue