From 5c69545e48b47a1599e67edc57f50ba180103442 Mon Sep 17 00:00:00 2001
From: Steve Lhomme <robux4@ycbcr.xyz>
Date: Fri, 8 Mar 2019 15:44:56 +0100
Subject: [PATCH] contrib: projectM: disable package not usable on Winstore
 builds

uses OpenGL which is not available
---
 contrib/src/projectM/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/projectM/rules.mak b/contrib/src/projectM/rules.mak
index 24f3bdc9b01f..29c92fd9f55b 100644
--- a/contrib/src/projectM/rules.mak
+++ b/contrib/src/projectM/rules.mak
@@ -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
-- 
GitLab