From a750eed2b6f33946c1112e2804a99ccd06d94d20 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 9 Jan 2022 09:22:14 +0000 Subject: [PATCH] Fix typo Signed-off-by: falkTX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbb85fc..ed840cc 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PREFIX ?= /usr/local DESTDIR ?= # -------------------------------------------------------------- -# Check for system-wide projectM +# Check for system-wide dependencies HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)