summaryrefslogtreecommitdiff
path: root/clutter-gtk.pc.in
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2008-02-29 00:18:29 +0000
committerMatthew Allum <mallum@openedhand.com>2008-02-29 00:18:29 +0000
commitfa64479b58bef8db3bc12b8c0f33ac1f909d8dfc (patch)
treef215227df81eefab181d2a2fbf7b8cbb9d89891d /clutter-gtk.pc.in
parentfb738780180cef2090cc9fcb4dd355da78602290 (diff)
downloadclutter-gtk-fa64479b58bef8db3bc12b8c0f33ac1f909d8dfc.tar.gz
2008-02-29 Matthew Allum <mallum@openedhand.com>
* clutter-gtk.pc.in: * configure.ac: Bump up to unstable 0.7 version and clutter req. * clutter-gtk/gtk-clutter-embed.c: * clutter-gtk/gtk-clutter-embed.h: Add clutter_gtk_init(), as to use new API to share DISPLAY and turn off Clutter 'automatic' event collection. Add methods for; expose - Queue a Clutter redraw. map - set Actor mapped flag. show/hide - Forward to stage also. Minor doc additions. * examples/gtk-clutter-events.c: Add some minor comments re when to call show_all(). * examples/gtk-clutter-test.c: Fix event->actor mapping.
Diffstat (limited to 'clutter-gtk.pc.in')
-rw-r--r--clutter-gtk.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gtk.pc.in b/clutter-gtk.pc.in
index abc5826..13a86ab 100644
--- a/clutter-gtk.pc.in
+++ b/clutter-gtk.pc.in
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: clutter-gtk
Description: GTK+ widget for Clutter
Version: @VERSION@
-Libs: -L${libdir} -lclutter-gtk-0.6
+Libs: -L${libdir} -lclutter-gtk-0.7
Cflags: -I${includedir}/clutter-0.6/clutter-gtk
-Requires: clutter-x11-0.6 gtk+-2.0
+Requires: clutter-x11-0.7 gtk+-2.0