Commit 19ccaf63 authored by Konstantin Pavlov's avatar Konstantin Pavlov

Contrib: libprojectM build: please send 10l to my place.

Also, set CMAKE_INSTALL_PREFIX to contrib.
parent 9269895c
......@@ -2515,7 +2515,7 @@ libprojectM: libprojectM-$(LIBPROJECTM_VERSION).tar.bz2
endif
.libprojectM: libprojectM
(cd $</src; $(HOSTCC) CPPFLAGS="$(CPPFLAGS) cmake . -DUSE_FBO:STRING=FALSE -DUSE_FBO:BOOL=OFF -DINCLUDE-PROJECTM-LIBVISUAL:BOOL=OFF -DINCLUDE-PROJECTM-PULSEAUDIO:BOOL=OFF -DINCLUDE-PROJECTM-QT:BOOL=OFF && make install)
(cd $</src; $(HOSTCC) CPPFLAGS="$(CPPFLAGS)" cmake . -DUSE_FBO:STRING=FALSE -DUSE_FBO:BOOL=OFF -DINCLUDE-PROJECTM-LIBVISUAL:BOOL=OFF -DINCLUDE-PROJECTM-PULSEAUDIO:BOOL=OFF -DINCLUDE-PROJECTM-QT:BOOL=OFF -DCMAKE_INSTALL_PREFIX=$(PREFIX) && make install)
touch $@
CLEAN_FILE += .libprojectM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment