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