From bdf0abc08f5582a809358ddd9cd42768bb8845e5 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell <greg@xiph.org> Date: Mon, 17 Sep 2012 09:57:22 -0400 Subject: [PATCH] Move libm in pkgconf to Libs.private to avoid spurious dependencies. --- opus.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opus.pc.in b/opus.pc.in index 58e2247da..b7d40838c 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 -- GitLab