From 3d80320d7a5ba961a2a4d1adb80ecff7a71060b0 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 16 May 2014 01:34:34 +0100 Subject: [PATCH] require libprojectM --- .gitignore | 1 + Makefile.mk | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 871e3fb..3a45ac4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ bin/*-dssi/ bin/*.lv2/ +bin/ProM diff --git a/Makefile.mk b/Makefile.mk index eaaa41e..2ffc429 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -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