From 9440e769363162f115547e7a3651029837a426bf Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 2 Apr 2020 09:08:00 +0200 Subject: The Xrender library does not need to be included by default, only include when alpha patch is enabled. --- config.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6dbf624..69be9b0 100644 --- a/config.mk +++ b/config.mk @@ -20,18 +20,21 @@ FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 +# Uncomment this for the alpha patch / ALPHA_PATCH +#XRENDER = -lXrender + # Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH -#LMPDCLIENT = -lmpdclient +#MPDCLIENT = -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 +#XCBLIBS = -lX11-xcb -lxcb -lxcb-res # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender ${LMPDCLIENT} ${LXCBLIBS} ${XEXTLIB} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} ${XRENDER} ${MPDCLIENT} ${XEXTLIB} ${XCBLIBS} # flags -- cgit v1.2.3