From b04cf6ed836f7a06ba999b78c68aaa2c74e3a2b4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 3 Sep 2015 15:05:29 +0200 Subject: [PATCH] Don't build MVerb UI on Windows --- plugins/Makefile.MVerb.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/Makefile.MVerb.mk b/plugins/Makefile.MVerb.mk index c97f8af..2c5f27f 100644 --- a/plugins/Makefile.MVerb.mk +++ b/plugins/Makefile.MVerb.mk @@ -12,6 +12,11 @@ ifeq ($(OBJS_UI),) HAVE_DGL = false endif +ifeq ($(WIN32),true) +# FIXME: make OpenGL >= 2 work with mingw +HAVE_DGL = false +endif + # -------------------------------------------------------------- # Basic setup