aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-02 22:23:53 +0100
committerFederico Angelilli <code@fedang.net>2023-11-02 22:23:53 +0100
commit700e21be923b470f6d6965119c6baeffa75aeecc (patch)
treeeb66cc3cddc0455908f73cff7ca7e23cc4ccaa04 /Makefile
parent99ca49947936207276e4c97dd21201027e0ad182 (diff)
Add RandR support and logging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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