From 700e21be923b470f6d6965119c6baeffa75aeecc Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 2 Nov 2023 22:23:53 +0100 Subject: Add RandR support and logging --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 288a9ea..b96b6a7 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ DEPS = cairo \ xcb \ xcb-icccm \ xcb-xrm \ + xcb-randr \ glib-2.0 CFLAGS := $(shell pkgconf --cflags $(DEPS)) LDFLAGS := $(shell pkgconf --libs $(DEPS)) -lm -- cgit v1.2.3