summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-25 11:45:15 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-25 11:45:15 -0700
commit746edb2607cccef95d80845abb48ea2846436567 (patch)
tree8c24a7413b7051da22880f993f0b5044fdcdfe3d /config.mk
parentcbd814f083944c828513be3c383af6bfd1df1e3d (diff)
Comment out xwayland again
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 9ccea74..eb08a05 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