aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-12 00:56:48 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-12 00:56:48 -0500
commitdf6d37936bac129d1fd7098cdd37f0cf44f1d4f5 (patch)
treeed4ea9ae471a6e58c8e7493c076d3c719155137b /config.mk
parentaa69ed81b558f74e470e69cdcd442f9048ee624c (diff)
downloaddwl-df6d37936bac129d1fd7098cdd37f0cf44f1d4f5.tar.gz
Added bar patch
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 e2f1816..152f419 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