speedie-overlay/x11-wm/speedwm/files/speedwm-0.6-no-ipc.patch

35 lines
1.7 KiB
Diff
Raw Normal View History

2022-11-11 15:48:06 +01:00
Common subdirectories: speedwm-orig/docs and speedwm/docs
Common subdirectories: speedwm-orig/.git and speedwm/.git
Common subdirectories: speedwm-orig/modules and speedwm/modules
Common subdirectories: speedwm-orig/scripts and speedwm/scripts
Only in speedwm-orig: speedwm-msg
Common subdirectories: speedwm-orig/toggle and speedwm/toggle
diff -up speedwm-orig/toggle.h speedwm/toggle.h
--- speedwm-orig/toggle.h 2022-10-09 16:05:15.352357814 +0200
+++ speedwm/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 speedwm-orig/toggle.mk speedwm/toggle.mk
--- speedwm-orig/toggle.mk 2022-10-09 16:05:15.352357814 +0200
+++ speedwm/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.