From baa50c479457133eb1cc6be4f49a85949fce07a3 Mon Sep 17 00:00:00 2001 From: DrNuget Date: Fri, 17 Jan 2025 10:45:56 +0200 Subject: enable xwayland --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 1e0b810..fb99950 100644 --- a/config.mk +++ b/config.mk @@ -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 -- cgit v1.2.3