diff options
Diffstat (limited to 'dwl/config.mk')
| -rwxr-xr-x | dwl/config.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dwl/config.mk b/dwl/config.mk new file mode 100755 index 0000000..153e80d --- /dev/null +++ b/dwl/config.mk @@ -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 |
