Browse Source

Correct last commit

tags/0.9
falkTX 10 years ago
parent
commit
d835b0133d
2 changed files with 6 additions and 2 deletions
  1. +1
    -2
      Makefile.mk
  2. +5
    -0
      plugins/Makefile.mk

+ 1
- 2
Makefile.mk View File

@@ -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

# --------------------------------------------------------------


+ 5
- 0
plugins/Makefile.mk View File

@@ -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



Loading…
Cancel
Save