From faa64cf36a9cba87bce425206abc620661e402ba Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 13 Nov 2023 16:21:39 +0100 Subject: Improve XcbSource --- Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e62337..da5c16d 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,16 @@ SRC = $(wildcard *.c) OBJ = $(SRC:.c=.o) BIN = comet.bin -DEPS = cairo \ - xcb \ - xcb-icccm \ - xcb-xrm \ - "xcb-randr >= 1.5" \ - "glib-2.0 >= 2.44" \ - gio-2.0 +DEPS = \ + cairo \ + xcb \ + xcb-icccm \ + xcb-xrm \ + xcb-ewmh \ + xcb-event \ + "xcb-randr >= 1.5" \ + "glib-2.0 >= 2.44" \ + gio-2.0 CFLAGS := $(shell pkg-config --cflags $(DEPS)) -ggdb LDFLAGS := $(shell pkg-config --libs $(DEPS)) -lm -- cgit v1.2.3