Browse Source

require libprojectM

master
falkTX 11 years ago
parent
commit
3d80320d7a
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +4
    -0
      Makefile.mk

+ 1
- 0
.gitignore View File

@@ -11,3 +11,4 @@

bin/*-dssi/
bin/*.lv2/
bin/ProM

+ 4
- 0
Makefile.mk View File

@@ -74,6 +74,10 @@ $(error X11 missing, cannot continue)
endif
endif

ifneq ($(shell pkg-config --exists libprojectM && echo true),true)
$(error projectM missing, cannot continue)
endif

# --------------------------------------------------------------
# Set libs stuff



Loading…
Cancel
Save