diff options
| author | bakkeby <[email protected]> | 2019-10-10 23:09:07 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-10 23:09:07 +0200 |
| commit | ed1c509df3faf757a5b46bae0cfa59035977b50c (patch) | |
| tree | fcfc75bba17b651ebe2b27786933675c1cfbd489 /config.mk | |
| parent | 703e9da1108cb3d69314bdd979b8ec9141a28618 (diff) | |
| download | dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.tar.gz dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.zip | |
Adding mdpcontrol patch
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,9 +20,13 @@ FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 +# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH +#LMPDCLIENT = -lmpdclient + # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} + # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |
