[vlc-commits] contrib: projectM: disable package not usable on Winstore builds
Steve Lhomme
git at videolan.org
Wed Mar 20 10:50:17 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Mar 8 15:44:56 2019 +0100| [5c69545e48b47a1599e67edc57f50ba180103442] | committer: Steve Lhomme
contrib: projectM: disable package not usable on Winstore builds
uses OpenGL which is not available
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c69545e48b47a1599e67edc57f50ba180103442
---
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 24f3bdc9b0..29c92fd9f5 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
More information about the vlc-commits
mailing list