make XWayland support optional

This commit is contained in:
Devin J. Pohly
2020-08-10 12:50:56 -05:00
parent 541ecea796
commit e3e9504fcd
3 changed files with 191 additions and 133 deletions

5
config.mk Normal file
View File

@@ -0,0 +1,5 @@
# Default compile flags (overridable by environment)
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function
# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND