[vlc-commits] Contribs: make projectM depend on the toolchain.cmake target

Jean-Baptiste Kempf git at videolan.org
Tue May 31 17:59:49 CEST 2016


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 12:05:26 2016 +0200| [e5414d581dde7a4e8c0725915a2f9b4f7c914a39] | committer: Jean-Baptiste Kempf

Contribs: make projectM depend on the toolchain.cmake target

(cherry picked from commit 3bfb935677cfe27396bde338fd7d6cb926cd3be6)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/contrib/src/projectM/rules.mak b/contrib/src/projectM/rules.mak
index 8fac17e..d3048e6 100644
--- a/contrib/src/projectM/rules.mak
+++ b/contrib/src/projectM/rules.mak
@@ -26,7 +26,7 @@ endif
 
 DEPS_projectM = glew $(DEPS_glew)
 
-.projectM: projectM
+.projectM: projectM toolchain.cmake
 	-cd $< && rm CMakeCache.txt
 	cd $< && $(HOSTVARS) $(CMAKE) \
 		-DINCLUDE-PROJECTM-LIBVISUAL:BOOL=OFF \



More information about the vlc-commits mailing list