summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJohannes Herman <johannes.herman@gmail.com>2025-07-28 19:23:23 +0200
committerJohannes Herman <johannes.herman@gmail.com>2025-07-28 19:23:23 +0200
commita167f09bc24a9c1ecb8d9fbc1858708efb030b89 (patch)
tree71f7fd81b3af669510c09ad337425639df48e3e4 /config.mk
init, gaps + smartborders
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..fb99950
--- /dev/null
+++ b/config.mk
@@ -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