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

contrib: projectM: disable package not usable on Winstore builds

uses OpenGL which is not available
parent a6578b7d
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,12 @@ PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-
ifdef HAVE_WIN32
ifneq ($(ARCH),arm)
ifneq ($(ARCH),aarch64)
ifndef HAVE_WINSTORE
PKGS += projectM
endif
endif
endif
endif
ifeq ($(call need_pkg,"libprojectM"),)
PKGS_FOUND += projectM
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