From ec52713999312c7c125d71f41b0ddb2345ac1de8 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Thu, 9 Aug 2012 12:29:16 +0200 Subject: [PATCH] vpx.pc: add missing library for static links Change-Id: Ic4be3145e8a90d66aa4499416094bd08a9e09af4 --- libs.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0