diff options
| author | tslil clingman <tslil@posteo.de> | 2023-12-01 18:04:04 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-12-01 18:12:10 +0100 |
| commit | 119f17396c60900eaf7534f8106d4ce6ca0362e5 (patch) | |
| tree | 3d2074b5f295e8168312494381ab23eccc0ca1ec /dwl/config.mk | |
| parent | 9bc372625e1fdafa50d44dcb9a8070ecdfc01b38 (diff) | |
[dwl] track only patches against upstream
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 |
