added -lcairo dependency

This commit is contained in:
Bob Polis 2020-10-27 17:24:10 +01:00
parent 0f1a681908
commit b85d4a2248

View File

@ -37,7 +37,7 @@ else
CXXFLAGS += -D NDEBUG -O3
endif
LDLIBS :=
LDLIBS := -lcairo
RM := /bin/rm -f
INSTALL := /usr/bin/install -c