mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-27 06:59:56 -05:00
allow use config.def.h instead of config.h
This commit is contained in:
parent
e5dc5b0ad7
commit
be39a5d7e8
3 changed files with 10 additions and 3 deletions
|
|
@ -8,6 +8,9 @@ PREFIX = /usr/local
|
|||
MANDIR = $(PREFIX)/share/man
|
||||
DATADIR = $(PREFIX)/share
|
||||
|
||||
# Comment to use config.h instead of config.def.h
|
||||
CONFIG_H = -DUSE_CONFIG_DEF_H
|
||||
|
||||
XWAYLAND =
|
||||
XLIBS =
|
||||
# Uncomment to build XWayland support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue