[vlc-devel] [PATCH 04/15] contrib: projectM: disable package not usable on Winstore builds
Rémi Denis-Courmont
remi at remlab.net
Sat Mar 9 19:09:13 CET 2019
Le perjantaina 8. maaliskuuta 2019, 16.19.40 EET Steve Lhomme a écrit :
> 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
And it's available on WoARM ? It looks a bit redundant.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list