aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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