dwl/config.mk

16 lines
301 B
Makefile
Raw Permalink Normal View History

2023-11-25 07:28:11 +01:00
_VERSION = 0.5
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
2022-05-09 21:52:03 +02:00
PKG_CONFIG = pkg-config
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share
2022-05-26 00:04:19 +02:00
XWAYLAND =
XLIBS =
2020-08-10 19:50:56 +02:00
# Uncomment to build XWayland support
2022-05-26 00:04:19 +02:00
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm