Hi all,
I'm looking at the example programs in clutter-toys and notice
that some of the programs don't compile with the current release.
Is the the clutter project interested in updates to these programs?
Cheers,
Erik
---
pong/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pong/Makefile b/pong/Makefile
index ee989b5..9d0a0fc 100644
--- a/pong/Makefile
+++ b/pong/Makefile
@@ -1,5 +1,5 @@
-LIBS=`pkg-config --libs clutter-0.6 clutter-cairo-0.6`
-INCS=`pkg-config --cflags clutter-0.6 clutter-cairo-0.6`
+LIBS=`pkg-config --libs clutter-0.8 clutter-cairo-0.8`
+INCS=`pkg-config --cflags clutter-0.8 clutter-cairo-0.8`
.c.o:
$(CC) -g -Wall $(CFLAGS) $(INCS) -c $*.c
--
1.5.6.3
--
To unsubscribe send a mail to [email protected]