From: Andoni Morales Alastruey Date: Thu, 9 Aug 2012 10:29:16 +0000 (+0200) Subject: vpx.pc: add missing library for static links X-Git-Tag: v1.2.0~109^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec52713999312c7c125d71f41b0ddb2345ac1de8;p=libvpx vpx.pc: add missing library for static links Change-Id: Ic4be3145e8a90d66aa4499416094bd08a9e09af4 --- diff --git a/libs.mk b/libs.mk index d4a164d8c..b63a8f64a 100644 --- a/libs.mk +++ b/libs.mk @@ -243,6 +243,7 @@ vpx.pc: config.mk libs.mk $(qexec)echo 'Requires:' >> $@ $(qexec)echo 'Conflicts:' >> $@ $(qexec)echo 'Libs: -L$${libdir} -lvpx -lm' >> $@ + $(qexec)echo 'Libs.private: -lpthread' >> $@ $(qexec)echo 'Cflags: -I$${includedir}' >> $@ INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc