diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
| commit | 3643191bd9405e8210f2f4167303e3c5872f2bf2 (patch) | |
| tree | 4863e13f9e3ee48348ec53a02521f48d8af8a844 /config.mk | |
| parent | 6722a8953243387545a6bab23514b84cffd6a3bf (diff) | |
apply ipc patch and my configuration
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,5 +10,5 @@ MANDIR = $(PREFIX)/share/man XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm |