Skip to content
Snippets Groups Projects
Commit 22a38446 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: caca: disable package not usable on Winstore builds

uses AllocConsole, GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleMode,
CreateConsoleScreenBuffer, SetConsoleScreenBufferSize, SetConsoleWindowInfo,
SetConsoleActiveScreenBuffer, SetConsoleActiveScreenBuffer, SetConsoleTextAttribute,
SetConsoleTitle, WriteConsoleOutputW, GetNumberOfConsoleInputEvents, ReadConsoleInput
and GetStdHandle (which are now available)
parent 7f0cd47d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment