You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/awesome/files/awesome-glib-fix.patch

14 lines
206 B

>=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"