diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-06 21:51:28 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 21:42:28 -0500 |
commit | 5060b9ff1025aa823c30e9ef8ddc247d0dbd4dd3 (patch) | |
tree | 8fdc511d7a52d0fbb44c7f0c720e18467827af03 /libraries/gtk-aurora-engine/glib-single-include.patch | |
parent | 92410e150a578d61578431fe810f102d1b79aaa4 (diff) |
libraries/gtk-aurora-engine: Patched for glib 2.32+.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gtk-aurora-engine/glib-single-include.patch')
-rw-r--r-- | libraries/gtk-aurora-engine/glib-single-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/gtk-aurora-engine/glib-single-include.patch b/libraries/gtk-aurora-engine/glib-single-include.patch new file mode 100644 index 0000000000000..fe747aa259e23 --- /dev/null +++ b/libraries/gtk-aurora-engine/glib-single-include.patch @@ -0,0 +1,13 @@ +Index: aurora-1.5/src/animation.c +=================================================================== +--- aurora-1.5.orig/src/animation.c ++++ aurora-1.5/src/animation.c +@@ -7,7 +7,7 @@ + #include "animation.h" + + #ifdef HAVE_ANIMATION +-#include <glib/gtimer.h> ++#include <glib.h> + + struct _AnimationInfo { + GTimer *timer; |