diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-25 11:43:41 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-25 11:43:41 -0700 |
| commit | cbd814f083944c828513be3c383af6bfd1df1e3d (patch) | |
| tree | 1742b147218cb14470860c62a40cb26249a4172b /config.mk | |
| parent | dad621d817cdf0d79e03484dc3bdc4d3e64f3129 (diff) | |
include xwayland support
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 |
