aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-02-08 11:02:14 +0100
committerFederico Angelilli <code@fedang.net>2024-02-08 11:02:14 +0100
commitef94d81050bb4d3b90b69441cbff97440e1f3664 (patch)
tree9b8fc966298b04082a262edce140fc1ef61c4534 /Makefile
parent042dde0ef9b3ba213285066aacae105740422ac2 (diff)
Add partial dwm support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3439a1..157beed 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ PCDEP = xcb \
xcb-errors \
"xcb-randr >= 1.5" \
"glib-2.0 >= 2.44" \
+ gio-2.0 \
+ json-glib-1.0 \
pangocairo
CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Werror