dotfiles/dwl-bak/config.mk

18 lines
334 B
Makefile
Raw Normal View History

2025-08-10 11:30:42 +03:30
_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
2025-08-14 03:58:24 +03:30
#XWAYLAND =
#XLIBS =
2025-08-10 11:30:42 +03:30
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm
2025-08-14 03:58:24 +03:30
CC = /usr/lib/llvm/20/bin/clang