Commit 1193208c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: disable projectM on non-Win32 until glew rules are fixed

parent e09f67a5
......@@ -2,7 +2,10 @@
PROJECTM_VERSION := 2.0.1
PROJECTM_URL := $(SF)/projectm/$(PROJECTM_VERSION)/projectM-$(PROJECTM_VERSION)-Source.tar.gz
# FIXME: glew build rules for non-Win32
ifdef HAVE_WIN32
PKGS += projectM
endif
ifeq ($(call need_pkg,"libprojectM"),)
PKGS_FOUND += projectM
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment