[vlc-devel] [PATCH 04/15] contrib: projectM: disable package not usable on Winstore builds
Steve Lhomme
robux4 at ycbcr.xyz
Fri Mar 8 16:19:40 CET 2019
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 24f3bdc9b01..29c92fd9f55 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
--
2.17.1
More information about the vlc-devel
mailing list