dwl/config.mk

15 lines
288 B
Makefile
Raw Normal View History

_VERSION = 0.3.1-dev
2022-08-08 22:19:16 -04:00
VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
2022-05-09 15:52:03 -04:00
PKG_CONFIG = pkg-config
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
2022-05-25 18:04:19 -04:00
XWAYLAND =
XLIBS =
2020-08-10 13:50:56 -04:00
# Uncomment to build XWayland support
2022-05-25 18:04:19 -04:00
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm