From ef94d81050bb4d3b90b69441cbff97440e1f3664 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 8 Feb 2024 11:02:14 +0100 Subject: Add partial dwm support --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3