summaryrefslogtreecommitdiffstats
path: root/libass.pc.in
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-07-24 05:13:02 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-24 15:39:20 +0200
commit9c5621c1c3adb3cd37c27b10360d57ab9965430f (patch)
tree8507568d1448ca0431a6b1e046e7a48154412cd1 /libass.pc.in
parentd0597be656034ba8a7f9b02be0350b51e1fc9f41 (diff)
downloadlibass-9c5621c1c3adb3cd37c27b10360d57ab9965430f.tar.bz2
libass-9c5621c1c3adb3cd37c27b10360d57ab9965430f.tar.xz
Build system: enable/disable flags, pkg-config fixes
* Add enable/disable flags for enca, fontconfig and libpng. * Add dependent libraries to pkg-config file to allow static linking.
Diffstat (limited to 'libass.pc.in')
-rw-r--r--libass.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass.pc.in b/libass.pc.in
index 8ec5504..137aac9 100644
--- a/libass.pc.in
+++ b/libass.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: libass
Description: LibASS is an SSA/ASS subtitles rendering library
Version: @PACKAGE_VERSION@
+Requires.private: @PKG_REQUIRES@
Libs: -L${libdir} -lass
+Libs.private: -lm
Cflags: -I${includedir}