summaryrefslogtreecommitdiff
path: root/libtoxav.pc.in
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-18 10:04:31 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-18 10:04:31 -0500
commit1db01073e50a7030d3009e41ebedc9d9845471b3 (patch)
tree5780f5d48d8e55a83ea329a2cb1bbd00191e92b9 /libtoxav.pc.in
parent9da75d009f95005143a26fcef310f4a034bbb3e9 (diff)
Build system fixes.
libtoxcore.pc now has -lpthread like it's supposed to on systems where it is needed.
Diffstat (limited to 'libtoxav.pc.in')
-rw-r--r--libtoxav.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtoxav.pc.in b/libtoxav.pc.in
index 05493231..b36b5a91 100644
--- a/libtoxav.pc.in
+++ b/libtoxav.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
5 5
6Name: libtoxav 6Name: libtoxav
7Description: Tox A/V library 7Description: Tox A/V library
8Requires: 8Requires: libtoxcore
9Version: @PACKAGE_VERSION@ 9Version: @PACKAGE_VERSION@
10Libs: -L${libdir} -ltoxav @AV_LIBS@ 10Libs: -L${libdir} -ltoxav @AV_LIBS@
11Cflags: -I${includedir} \ No newline at end of file 11Cflags: -I${includedir}