[Lunar-commits] <moonbase> gtk-engines2: fixed to build with current glib-2
Jean-Michel Bruenn
wdp at lunar-linux.org
Sun May 6 18:06:51 CEST 2012
commit b865484690428b4806c764b27bf8026e84e24e15
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sun May 6 18:06:51 2012 +0200
gtk-engines2: fixed to build with current glib-2
---
gnome2/core/gtk-engines2/BUILD | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnome2/core/gtk-engines2/BUILD b/gnome2/core/gtk-engines2/BUILD
index 7841e7d..0383be8 100644
--- a/gnome2/core/gtk-engines2/BUILD
+++ b/gnome2/core/gtk-engines2/BUILD
@@ -1,5 +1,9 @@
(
+ # the following sedit rule is needed to compile with
+ # current glib-2 -- wdp
+ sedit "s:#include <glib/gtimer.h>:#include <glib.h>:" engines/clearlooks/src/animation.c &&
+
# Adds in support for Clearlooks animation (still needs to be
# activated by the user in the grkrc file) and enables the
# lua based scritping engine (uses an internal version of lua,
More information about the Lunar-commits
mailing list