summaryrefslogtreecommitdiffstats
path: root/testing/awesome/awesome-glib-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/awesome/awesome-glib-fix.patch')
-rw-r--r--testing/awesome/awesome-glib-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/awesome/awesome-glib-fix.patch b/testing/awesome/awesome-glib-fix.patch
deleted file mode 100644
index e3e6fcf94..000000000
--- a/testing/awesome/awesome-glib-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
->=glib-2.31 build fix
-
---- a/spawn.c
-+++ b/spawn.c
-@@ -24,7 +24,7 @@
- #include <sys/types.h>
- #include <sys/wait.h>
-
--#include <glib/gspawn.h>
-+#include <glib.h>
-
- #include "spawn.h"
- #include "screen.h"