[vlc-devel] commit: qt4/mac: Don't compile demos and examples ( Felix Paul Kühne )

git version control git at videolan.org
Tue Jul 8 17:44:37 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul  8 17:46:28 2008 +0200| [da12022b26ca3f95c4038ceb73926603c27b8f1e]

qt4/mac: Don't compile demos and examples

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 8843651..855c84a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1614,7 +1614,7 @@ qt4_mac: qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
 	$(EXTRACT_GZ)
 
 .qt4_mac: qt4_mac
-	(cd qt4_mac; ./configure -prefix $(PREFIX) -release -fast -no-qt3support -sdk $(MACOSX_SDK) -no-framework && make && make install)
+	(cd qt4_mac; ./configure -prefix $(PREFIX) -release -fast -no-qt3support -nomake "examples demos" -sdk $(MACOSX_SDK) -no-framework && make && make install)
 	touch $@
 
 CLEAN_FILE += .qt4_mac




More information about the vlc-devel mailing list