summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-03-02 05:36:53 +0100
committerJoe <rbo@gmx.us>2025-03-02 05:36:53 +0100
commit35c41dc12d77461d0649daf9fb22132ff4aa1991 (patch)
tree0f0b10b329863aa3f4ea6a2fb387431321f657ec /config.mk
parentactually usable (diff)
downloaddwl-35c41dc12d77461d0649daf9fb22132ff4aa1991.tar.gz
dwl-35c41dc12d77461d0649daf9fb22132ff4aa1991.tar.bz2
dwl-35c41dc12d77461d0649daf9fb22132ff4aa1991.tar.xz
dwl-35c41dc12d77461d0649daf9fb22132ff4aa1991.tar.zst
dwl-35c41dc12d77461d0649daf9fb22132ff4aa1991.zip
nice nice
Diffstat (limited to '')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1e0b810..fb99950 100644
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@ DATADIR = $(PREFIX)/share
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
-#XWAYLAND = -DXWAYLAND
-#XLIBS = xcb xcb-icccm
+XWAYLAND = -DXWAYLAND
+XLIBS = xcb xcb-icccm
CC = gcc