speedie-overlay/x11-wm/speedwm/files/speedwm-0.6-no-ipc.patch
2022-12-01 19:26:58 +01:00

29 lines
1.3 KiB
Diff

diff -up a/toggle.h b/toggle.h
--- a/toggle.h 2022-10-09 16:05:15.352357814 +0200
+++ b/toggle.h 2022-10-09 16:08:57.929352205 +0200
@@ -5,7 +5,7 @@
*/
/* IPC */
-#define USEIPC 1 /* Whether or not to include IPC.
+#define USEIPC 0 /* Whether or not to include IPC.
NOTE: If you set this to 1, set USEIPC to true in toggle.mk and comment the YAJLLIBS and YAJLINC lines in config.mk.
Not compatible with BSDs so for those, set this to 0. */
diff -up a/toggle.mk b/toggle.mk
--- a/toggle.mk 2022-10-09 16:05:15.352357814 +0200
+++ b/toggle.mk 2022-10-09 16:08:54.241352297 +0200
@@ -5,9 +5,9 @@
# IPC
# Whether or not to compile in IPC support.
# If you use OpenBSD or FreeBSD, this is not supported. In that case comment out these three lines and set USEIPC in toggle.h to 0.
-USEIPC = true # Comment if you don't use IPC
-YAJLLIBS = -lyajl # Comment if you don't use IPC
-YAJLINC = /usr/include/yajl # Comment if you don't use IPC
+#USEIPC = true # Comment if you don't use IPC
+#YAJLLIBS = -lyajl # Comment if you don't use IPC
+#YAJLINC = /usr/include/yajl # Comment if you don't use IPC
# Tag previews and window icons
# If you use tag previews or window icons (enabled by default), these must be uncommented.