odrling-overlay/x11-wm/dwm/files/0006-decomment-libraries-used-by-enabled-patches.patch

35 lines
1,011 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From bec2c901c11eff41d2cb328416f2dec349f92064 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 21 Apr 2021 23:36:07 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 06/27] decomment libraries used by enabled patches
2022-06-21 11:36:40 +00:00
---
config.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
2022-08-31 16:59:34 +00:00
index eb1f2cf..cc78efb 100644
2022-06-21 11:36:40 +00:00
--- 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
2022-08-31 16:59:34 +00:00
# This is needed for the winicon and tagpreview patches / BAR_WINICON_PATCH / BAR_TAGPREVIEW_PATCH
2022-06-21 11:36:40 +00:00
#IMLIB2LIBS = -lImlib2
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00