提交 5dcfe9f8 编写于 作者: A Anssi Hannula 提交者: Diego Biurrun

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
上级 5faf1689
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册