aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-15 17:55:37 +0100
committerFederico Angelilli <code@fedang.net>2023-11-15 17:55:37 +0100
commit68ef49366f267bc9f93ba779639022a5e171d375 (patch)
treecc43c89682461addf6e2341ff8bd57c0029d0a45 /Makefile
parentb6537b2969450aa6ce2631ecbf3c340dd2e2c23a (diff)
Add pango for text rendering and move size calculations to main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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