[vlc-commits] contrib: caca: Disable build on darwin OS

David Fuhrmann git at videolan.org
Sun Nov 15 18:21:24 CET 2020


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Nov 15 18:20:54 2020 +0100| [2a988cc4624dd388f9c1af1d8f0fc78ca89939ef] | committer: David Fuhrmann

contrib: caca: Disable build on darwin OS

This does not build anymore with recent ncurses, and the caca
vlc module is also disabled by default. Thus disable
the contrib as well.

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

 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 81f6fcda26..8b4c11a491 100644
--- a/contrib/src/caca/rules.mak
+++ b/contrib/src/caca/rules.mak
@@ -2,11 +2,14 @@
 CACA_VERSION := 0.99.beta17
 CACA_URL := http://caca.zoy.org/files/libcaca/libcaca-$(CACA_VERSION).tar.gz
 
+ifndef HAVE_DARWIN_OS
 ifndef HAVE_LINUX # see VLC Trac 17251
 ifndef HAVE_WINSTORE
 PKGS += caca
 endif
 endif
+endif
+
 ifeq ($(call need_pkg,"caca >= 0.99.beta14"),)
 PKGS_FOUND += caca
 endif



More information about the vlc-commits mailing list