diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:10 -0500 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-04-19 16:58:10 -0500 |
| commit | a2197a8b36f737838b7cff7cfa7a68f0141a4334 (patch) | |
| tree | 54c91a39744ab81a8942b1c8e02b5c00e73fb9b4 /config.mk | |
| parent | 9b11a49cb757b80f8589088b487b5f1e56643aa1 (diff) | |
Initial config
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
