[vlc-commits] Contribs: make projectM depend on the toolchain.cmake target
Jean-Baptiste Kempf
git at videolan.org
Tue May 31 12:06:05 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 12:05:26 2016 +0200| [3bfb935677cfe27396bde338fd7d6cb926cd3be6] | committer: Jean-Baptiste Kempf
Contribs: make projectM depend on the toolchain.cmake target
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bfb935677cfe27396bde338fd7d6cb926cd3be6
---
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