]> granicus.if.org Git - libvpx/commitdiff
vpx.pc: add missing library for static links
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 9 Aug 2012 10:29:16 +0000 (12:29 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 9 Aug 2012 10:29:16 +0000 (12:29 +0200)
Change-Id: Ic4be3145e8a90d66aa4499416094bd08a9e09af4

libs.mk

diff --git a/libs.mk b/libs.mk
index d4a164d8c940e5ece82ab97bdc7a64104ba10b79..b63a8f64a43f82c3e15f17d375775be031537b4f 100644 (file)
--- 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