diff --git a/Makefile.mk b/Makefile.mk index 813857b..1801790 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -98,8 +98,7 @@ HAVE_DGL = true endif ifeq ($(WIN32),true) -# FIXME: make OpenGL >= 2 work with mingw -HAVE_DGL = false +HAVE_DGL = true endif # -------------------------------------------------------------- diff --git a/plugins/Makefile.mk b/plugins/Makefile.mk index c97f8af..2c5f27f 100644 --- a/plugins/Makefile.mk +++ b/plugins/Makefile.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