diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-12-25 02:10:50 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-12-25 02:10:50 -0500 |
commit | 848d89b7f37803e579e54a314f36bd6b5d7a35c1 (patch) | |
tree | fc3d80c124ebd396a13aa6a506b818b92dc8cf5e /config.mk | |
parent | ef76c921ed9dfef892202342bc4b9c31cc16a0c9 (diff) |
XWayland still buggy, disable by default
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |