mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
allow use config.def.h instead of config.h
This commit is contained in:
parent
e6a0980cf9
commit
25a96a8190
3 changed files with 11 additions and 2 deletions
|
|
@ -7,6 +7,9 @@ PKG_CONFIG = pkg-config
|
|||
PREFIX = /usr/local
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
|
||||
# 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