diff --git a/Makefile b/Makefile index a8a4c4b..40b7ee3 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ DESTDIR ?= # -------------------------------------------------------------- +HAVE_PROJM = $(shell pkg-config --exists libprojectM && echo true) + +# -------------------------------------------------------------- + dgl: ifeq ($(HAVE_DGL),true) $(MAKE) -C dpf/dgl