mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
make XWayland support optional
This commit is contained in:
parent
541ecea796
commit
e3e9504fcd
3 changed files with 191 additions and 133 deletions
5
config.mk
Normal file
5
config.mk
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue