From b85d4a22485d618685003951d956a40bc61ba2e9 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 27 Oct 2020 17:24:10 +0100 Subject: [PATCH] added -lcairo dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fea8455..8258260 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ else CXXFLAGS += -D NDEBUG -O3 endif -LDLIBS := +LDLIBS := -lcairo RM := /bin/rm -f INSTALL := /usr/bin/install -c