config.mk 311 B

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