From d835b0133d102f0c543dbf2edf6819c356c39849 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 3 Sep 2015 15:03:25 +0200 Subject: [PATCH] Correct last commit --- Makefile.mk | 3 +-- plugins/Makefile.mk | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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