From bec2c901c11eff41d2cb328416f2dec349f92064 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 21 Apr 2021 23:36:07 +0200 Subject: [PATCH 06/27] decomment libraries used by enabled patches --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index eb1f2cf..cc78efb 100644 --- a/config.mk +++ b/config.mk @@ -39,14 +39,14 @@ FREETYPEINC = /usr/include/freetype2 #PANGOLIB = `pkg-config --libs xft pango pangoxft` # Uncomment for the ipc patch / IPC_PATCH -#YAJLLIBS = -lyajl -#YAJLINC = -I/usr/include/yajl +YAJLLIBS = -lyajl +YAJLINC = -I/usr/include/yajl # Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH #XEXTLIB = -lXext # Uncomment this for the swallow patch / SWALLOW_PATCH -#XCBLIBS = -lX11-xcb -lxcb -lxcb-res +XCBLIBS = -lX11-xcb -lxcb -lxcb-res # This is needed for the winicon and tagpreview patches / BAR_WINICON_PATCH / BAR_TAGPREVIEW_PATCH #IMLIB2LIBS = -lImlib2 -- 2.37.2