From a560b9cb53f3efc031e8d944231f53f4a9720203 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Tue, 31 Mar 2020 08:21:00 +0200 Subject: Adding rounded corners patch --- config.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index c1308d6..6dbf624 100644 --- a/config.mk +++ b/config.mk @@ -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 -- cgit v1.2.3