[vlc-commits] npapi: pass the PKG_CONFIG we selected

Steve Lhomme git at videolan.org
Tue Mar 31 11:03:45 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Mar 30 14:02:47 2020 +0200| [44fbc53d796b04e178be209d0018a75c3dbe8a4d] | committer: Steve Lhomme

npapi: pass the PKG_CONFIG we selected

It may not be TRIPLET-pkg-config in some cases.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44fbc53d796b04e178be209d0018a75c3dbe8a4d
---

 extras/package/npapi.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extras/package/npapi.am b/extras/package/npapi.am
index 7b8e002579..6bcbb78370 100644
--- a/extras/package/npapi.am
+++ b/extras/package/npapi.am
@@ -40,7 +40,8 @@ npapi-vlc/Makefile: npapi-vlc/configure
 		CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
 		LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
 		SHELL="$(SHELL)" \
-		PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig"
+		PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig" \
+		PKG_CONFIG="$(PKG_CONFIG)"
 	touch $@
 
 npapi-vlc/activex/axvlc.la: npapi-vlc/Makefile



More information about the vlc-commits mailing list