summaryrefslogtreecommitdiff
path: root/dwm-6.3/config.mk
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
committerstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
commit09fc0fb652cfccdd19502399312c6119ea35d796 (patch)
tree946e77b03af4a396a15f97e79e1b5d53c8183dcc /dwm-6.3/config.mk
parente20a439f0de08052fad50669fd005dee14d40cae (diff)
Updated dwm, etc
Diffstat (limited to 'dwm-6.3/config.mk')
-rw-r--r--dwm-6.3/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm-6.3/config.mk b/dwm-6.3/config.mk
index 5cb4322..95d92c9 100644
--- a/dwm-6.3/config.mk
+++ b/dwm-6.3/config.mk
@@ -4,6 +4,7 @@ VERSION = 6.3
# Customize below to fit your system
# paths
+PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
@@ -18,10 +19,11 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
+#KVMLIB = -lkvm
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender
+LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lXrender -lxcb -lxcb-res ${KVMLIB}
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}