diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-17 10:45:56 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-17 10:45:56 +0200 |
commit | baa50c479457133eb1cc6be4f49a85949fce07a3 (patch) | |
tree | 10f82b9ffee6b07f0fa721d9557ca16bb22d914d | |
parent | f442caf0305b2a8cfeb302b255f7e08463950f70 (diff) |
enable xwayland
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ DATADIR = $(PREFIX)/share XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm CC = gcc |