🔧 Settuping up dwl
This commit is contained in:
parent
231ba42142
commit
61826c9ba7
38 changed files with 16445 additions and 2685 deletions
17
dwl/dwl-v0.7_bak/config.mk
Normal file
17
dwl/dwl-v0.7_bak/config.mk
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
_VERSION = 0.7
|
||||
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
|
||||
|
||||
PKG_CONFIG = pkg-config
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
DATADIR = $(PREFIX)/share
|
||||
|
||||
XWAYLAND =
|
||||
XLIBS =
|
||||
# Uncomment to build XWayland support
|
||||
XWAYLAND = -DXWAYLAND
|
||||
XLIBS = xcb xcb-icccm
|
||||
|
||||
CC = gcc
|
||||
Loading…
Add table
Add a link
Reference in a new issue