[vlc-devel] [PATCH 1/2] contrib: move the pkconfig path in the meson crossfile

Steve Lhomme robux4 at ycbcr.xyz
Mon Mar 18 13:51:07 CET 2019


---
 contrib/src/main.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 1623d846e5..416b4c4b22 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -578,8 +578,8 @@ crossfile.meson:
 	echo "cpp = '$(CXX)'" >> $@
 	echo "ar = '$(AR)'" >> $@
 	echo "strip = '$(STRIP)'" >> $@
-	echo "pkgconfig = '$(PKG_CONFIG)'" >> $@
 	echo "windres = '$(WINDRES)'" >> $@
+	echo "pkgconfig = '$(PKG_CONFIG)'" >> $@
 	echo "[properties]" >> $@
 	echo "needs_exe_wrapper = true" >> $@
 ifdef HAVE_CROSS_COMPILE
-- 
2.17.1



More information about the vlc-devel mailing list