Browse Source

Make sure ProM plugin is built

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.2
falkTX 6 years ago
parent
commit
63d1e60eb2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@@ -15,6 +15,10 @@ DESTDIR ?=


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


HAVE_PROJM = $(shell pkg-config --exists libprojectM && echo true)

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

dgl: dgl:
ifeq ($(HAVE_DGL),true) ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl $(MAKE) -C dpf/dgl


Loading…
Cancel
Save