diff options
Diffstat (limited to 'dwl/config.mk')
| -rw-r--r-- | dwl/config.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dwl/config.mk b/dwl/config.mk new file mode 100644 index 0000000..f50156f --- /dev/null +++ b/dwl/config.mk @@ -0,0 +1,14 @@ +_VERSION = 0.4 +VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` + +PKG_CONFIG = pkg-config + +# paths +PREFIX = /usr/local +MANDIR = $(PREFIX)/share/man + +XWAYLAND = +XLIBS = +# Uncomment to build XWayland support +#XWAYLAND = -DXWAYLAND +#XLIBS = xcb xcb-icccm |
