[vlc-commits] contrib: crossfile.meson: Depend on gen-meson-crossfile.py

Marvin Scholz git at videolan.org
Tue Apr 21 16:15:28 CEST 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Jul  1 15:54:46 2019 +0200| [b32cb15597efbd77e65034a22566cd519694b43e] | committer: Marvin Scholz

contrib: crossfile.meson: Depend on gen-meson-crossfile.py

This ensures that gen-meson-crossfile.py is found and additionally
regenerates the crossfile if the generator script was changed.

(cherry picked from commit ad47f9025df637d5ed21580d25266cc8c5efec3a)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

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

 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 3d9ed37cee..03f7b4e421 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -546,7 +546,7 @@ endif
 endif
 endif
 
-crossfile.meson:
+crossfile.meson: $(SRC)/gen-meson-crossfile.py
 	$(HOSTVARS) \
 	WINDRES="$(WINDRES)" \
 	PKG_CONFIG="$(PKG_CONFIG)" \



More information about the vlc-commits mailing list