Xwayland support

This commit is contained in:
2026-03-11 21:30:41 -06:00
parent def49764e8
commit dbc997c62e
2 changed files with 4 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm
CC = gcc