This commit is contained in:
2026-02-25 21:39:23 -07:00
commit d44739761b
27 changed files with 12568 additions and 0 deletions

17
config.mk Normal file
View File

@@ -0,0 +1,17 @@
_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 =
XLIBS =
# Uncomment to build XWayland support
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm
CC = gcc