From 68ef49366f267bc9f93ba779639022a5e171d375 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 15 Nov 2023 17:55:37 +0100 Subject: Add pango for text rendering and move size calculations to main --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f657052..6ea520e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ OBJ = $(SRC:.c=.o) BIN = comet.bin DEPS = \ - cairo \ xcb \ xcb-icccm \ xcb-ewmh \ @@ -12,7 +11,7 @@ DEPS = \ xcb-errors \ "xcb-randr >= 1.5" \ "glib-2.0 >= 2.44" \ - gio-2.0 + pangocairo CFLAGS := $(shell pkg-config --cflags $(DEPS)) -ggdb LDFLAGS := $(shell pkg-config --libs $(DEPS)) -lm -- cgit v1.2.3