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

contrib: arrib25: disable package not usable on Winstore builds

uses winscard API which is not available
parent d7266255
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ ARIBB25_VERSION := 0.2.7
ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz
ifdef HAVE_WIN32
ifndef HAVE_WINSTORE
PKGS += aribb25
endif
endif
ifeq ($(call need_pkg,"pcslite"),)
PKGS += aribb25
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