[vlc-commits] contrib: caca: build without ncurses on Windows

Steve Lhomme git at videolan.org
Wed May 16 16:15:00 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Fri Oct 28 09:54:08 2016 +0200| [2ab65c0a35b8023a9b293241561f36c67140bbf5] | committer: Steve Lhomme

contrib: caca: build without ncurses on Windows

That's what the bot does and it fails otherwise.

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

 contrib/src/caca/rules.mak | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/caca/rules.mak b/contrib/src/caca/rules.mak
index f1f2a31ef7..3085267262 100644
--- a/contrib/src/caca/rules.mak
+++ b/contrib/src/caca/rules.mak
@@ -34,6 +34,9 @@ CACA_CONF := \
 ifdef HAVE_MACOSX
 CACA_CONF += --disable-x11
 endif
+ifdef HAVE_WIN32
+CACA_CONF += --disable-ncurses
+endif
 
 .caca: caca
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(CACA_CONF)



More information about the vlc-commits mailing list