diff options
Diffstat (limited to 'wm/dwl/config.mk')
| -rw-r--r-- | wm/dwl/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/dwl/config.mk b/wm/dwl/config.mk new file mode 100644 index 0000000..e4804cc --- /dev/null +++ b/wm/dwl/config.mk @@ -0,0 +1,12 @@ +_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 + +# Uncomment to build XWayland support +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm |