Files
dwl/config.mk
2026-03-11 21:30:41 -06:00

18 lines
336 B
Makefile

_VERSION = 0.7
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 = -DXWAYLAND
#XLIBS = xcb xcb-icccm
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm
CC = gcc