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