diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-26 10:51:39 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-26 10:51:39 -0700 |
| commit | 7649962c98b8cf2359b46ef6ec847a4d3d511994 (patch) | |
| tree | 9f4936517aee1fe00e97e5203b2a01847641ce3f /config.mk | |
| parent | 746edb2607cccef95d80845abb48ea2846436567 (diff) | |
Add Xwayland
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,11 +24,11 @@ WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19` # -I$(PWD)/wlroots/0.19/include/wlroots-0.19 #WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/0.19/lib64 -L$(PWD)/wlroots/0.19/lib64 -lwlroots-0.19 -XWAYLAND = -XLIBS = +#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 |
