diff options
Diffstat (limited to 'dwm-6.3/config.mk')
| -rw-r--r-- | dwm-6.3/config.mk | 4 |
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} |