[vlc-commits] extras/tools: build local cmake without openssl and no qt gui
Steve Lhomme
git at videolan.org
Thu Jan 23 12:41:04 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 23 12:11:09 2020 +0100| [20e24acdfaa8374cca166bcd98ade2b3d748baa5] | committer: Steve Lhomme
extras/tools: build local cmake without openssl and no qt gui
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20e24acdfaa8374cca166bcd98ade2b3d748baa5
---
extras/tools/tools.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index c66bd5433d..18dd37df59 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -96,7 +96,7 @@ cmake: cmake-$(CMAKE_VERSION).tar.gz
$(MOVE)
.buildcmake: cmake
- (cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) && $(MAKE) && $(MAKE) install)
+ (cd $<; ./configure --prefix=$(PREFIX) $(CMAKEFLAGS) --no-qt-gui -- -DCMAKE_USE_OPENSSL:BOOL=OFF && $(MAKE) && $(MAKE) install)
touch $@
CLEAN_FILE += .buildcmake
More information about the vlc-commits
mailing list