diff options
| author | bakkeby <[email protected]> | 2020-03-31 08:21:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-31 10:21:45 +0200 |
| commit | a560b9cb53f3efc031e8d944231f53f4a9720203 (patch) | |
| tree | eb0d0e3a7a5d96cd93beaffdead935011cc1acd6 /config.mk | |
| parent | f2673fec53bbba86cc5ba2c1ea8ff5f67346f908 (diff) | |
| download | dwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.tar.gz dwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.zip | |
Adding rounded corners patch
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,12 +23,15 @@ FREETYPEINC = /usr/include/freetype2 # Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH #LMPDCLIENT = -lmpdclient +# Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH +#XEXTLIB = -lXext + # Uncomment this for the swallow patch / SWALLOW_PATCH #LXCBLIBS = -lX11-xcb -lxcb -lxcb-res # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} ${LXCBLIBS} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} ${LXCBLIBS} ${XEXTLIB} # flags |
