diff --git a/config.mk b/config.mk index f50156f..47056b6 100644 --- a/config.mk +++ b/config.mk @@ -7,8 +7,8 @@ PKG_CONFIG = pkg-config PREFIX = /usr/local MANDIR = $(PREFIX)/share/man -XWAYLAND = -XLIBS = +# XWAYLAND = +# XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm