aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2026-04-19 16:58:30 -0500
committertwells46 <173561638+twells46@users.noreply.github.com>2026-04-19 16:58:30 -0500
commit2f44ee912783e3e57c2619df8e291e8c18ee3082 (patch)
tree940e1141a94adce075492fa3f8f4a7e56747da8c /config.mk
parenta2d03cf6188350005dbdaac12f3b0fbc4d60c567 (diff)
parenta2197a8b36f737838b7cff7cfa7a68f0141a4334 (diff)
Merge branch 'twdev'
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index eb08a05..9ccea74 100644
--- a/config.mk
+++ b/config.mk
@@ -27,8 +27,8 @@ WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19`
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
-#XWAYLAND = -DXWAYLAND
-#XLIBS = xcb xcb-icccm
+XWAYLAND = -DXWAYLAND
+XLIBS = xcb xcb-icccm
# dwl itself only uses C99 features, but wlroots' headers use anonymous unions (C11).
# To avoid warnings about them, we do not use -std=c99 and instead of using the