[vlc-devel] [PATCH 06/15] contrib: caca: disable package not usable on Winstore builds
Steve Lhomme
robux4 at ycbcr.xyz
Fri Mar 8 16:19:42 CET 2019
uses AllocConsole, GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleMode,
CreateConsoleScreenBuffer, SetConsoleScreenBufferSize, SetConsoleWindowInfo,
SetConsoleActiveScreenBuffer, SetConsoleActiveScreenBuffer, SetConsoleTextAttribute,
SetConsoleTitle, WriteConsoleOutputW, GetNumberOfConsoleInputEvents, ReadConsoleInput
and GetStdHandle (which are now available)
---
contrib/src/caca/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/caca/rules.mak b/contrib/src/caca/rules.mak
index 2bc78d893ec..6369d1ec5c7 100644
--- a/contrib/src/caca/rules.mak
+++ b/contrib/src/caca/rules.mak
@@ -3,8 +3,10 @@ CACA_VERSION := 0.99.beta17
CACA_URL := http://caca.zoy.org/files/libcaca/libcaca-$(CACA_VERSION).tar.gz
ifndef HAVE_LINUX # see VLC Trac 17251
+ifndef HAVE_WINSTORE
PKGS += caca
endif
+endif
ifeq ($(call need_pkg,"caca >= 0.99.beta14"),)
PKGS_FOUND += caca
endif
--
2.17.1
More information about the vlc-devel
mailing list