Browse Source

Fix build, was missing libprojectM flags

master
falkTX 5 years ago
parent
commit
2e081f2ccd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      plugins/ProM/Makefile

+ 6
- 0
plugins/ProM/Makefile View File

@@ -23,6 +23,12 @@ FILES_UI = \

include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
# Extra flags

BASE_FLAGS += $(shell pkg-config --cflags libprojectM)
LINK_FLAGS += $(shell pkg-config --libs libprojectM) -lpthread

# --------------------------------------------------------------
# Enable all possible plugin types



Loading…
Cancel
Save