From 848d89b7f37803e579e54a314f36bd6b5d7a35c1 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Fri, 25 Dec 2020 02:10:50 -0500 Subject: [PATCH] XWayland still buggy, disable by default --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 9a886cc..cd4e821 100644 --- a/config.mk +++ b/config.mk @@ -5,4 +5,4 @@ PREFIX = /usr/local CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement # Uncomment to build XWayland support -CFLAGS += -DXWAYLAND +#CFLAGS += -DXWAYLAND