Browse Source

Fix plugin build without an UI

pull/2/head
falkTX 10 years ago
parent
commit
0bf04873e0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      plugins/Makefile.mk

+ 4
- 0
plugins/Makefile.mk View File

@@ -8,6 +8,10 @@

include ../../Makefile.mk

ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif

# --------------------------------------------------------------
# Basic setup



Loading…
Cancel
Save