diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-13 16:21:39 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-13 16:21:39 +0100 |
| commit | faa64cf36a9cba87bce425206abc620661e402ba (patch) | |
| tree | 75c0cd794a9e2d17e715b28130b7821525faaabd /Makefile | |
| parent | 965ce846f4d209866ea3a59a3589f6405fa5b91d (diff) | |
Improve XcbSource
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -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 |
