config.mk (311B)
1 _VERSION = 0.7 2 VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` 3 4 PKG_CONFIG = pkg-config 5 6 # paths 7 PREFIX = /usr/local 8 MANDIR = $(PREFIX)/share/man 9 DATADIR = $(PREFIX)/share 10 11 XWAYLAND = 12 XLIBS = 13 # Uncomment to build XWayland support 14 #XWAYLAND = -DXWAYLAND 15 #XLIBS = xcb xcb-icccm 16 17 CC = gcc