summaryrefslogtreecommitdiff
path: root/dwl/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dwl/config.mk')
-rwxr-xr-xdwl/config.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/dwl/config.mk b/dwl/config.mk
new file mode 100755
index 0000000..153e80d
--- /dev/null
+++ b/dwl/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