Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-09-17 17:57:22 +0400
committerGregory Maxwell <greg@xiph.org>2012-09-17 18:34:01 +0400
commitbdf0abc08f5582a809358ddd9cd42768bb8845e5 (patch)
treeb8f798e48ad809e4635b17aecd197726705d9f2f /opus.pc.in
parent3ef8a1661675395a15fa2a6d55bd2448dd3c486d (diff)
Move libm in pkgconf to Libs.private to avoid spurious dependencies.
Diffstat (limited to 'opus.pc.in')
-rw-r--r--opus.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/opus.pc.in b/opus.pc.in
index 58e2247d..b7d40838 100644
--- a/opus.pc.in
+++ b/opus.pc.in
@@ -11,5 +11,6 @@ URL: http://opus-codec.org/
Version: @VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lopus @PC_LIBM@
+Libs: -L${libdir} -lopus
+Libs.private: @PC_LIBM@
Cflags: -I${includedir}/opus