summaryrefslogtreecommitdiff
path: root/clutter-gtk.pc.in
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-03-21 21:39:10 +0000
committerMatthew Allum <mallum@openedhand.com>2007-03-21 21:39:10 +0000
commit9048a4ab9403cb18ec9c1273c440f2a4fff06ed7 (patch)
treeae9e925edf228b09e04bb5d0042962294ed1708a /clutter-gtk.pc.in
parenta9ea82baee20352f01fd1be8e1db2668a943ac7a (diff)
downloadclutter-gtk-9048a4ab9403cb18ec9c1273c440f2a4fff06ed7.tar.gz
2007-03-21 Matthew Allum <mallum@openedhand.com>
* clutter-gtk/gtk-clutter.c: * clutter-gtk/gtk-clutter.h: Redo to subclass GtkSocket and use XEMBED to embed clutter stage. Needs at least clutter 0.2.2. Avoids previous issues with white textures when painting onto a GtkWindow. * examples/gtk-clutter-test.c: (main): Update. * configure.ac: * clutter-gtk.pc.in: Fixups to require clutter-0.2.2
Diffstat (limited to 'clutter-gtk.pc.in')
-rw-r--r--clutter-gtk.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gtk.pc.in b/clutter-gtk.pc.in
index a62603e..7ccc2fe 100644
--- a/clutter-gtk.pc.in
+++ b/clutter-gtk.pc.in
@@ -8,4 +8,4 @@ Description: GTK+ widget for Clutter
Version: @VERSION@
Libs: -L${libdir} -lclutter-gtk
Cflags: -I${includedir}/clutter-0.1/clutter-gtk
-Requires: clutter-0.1 gtk+-2.0
+Requires: clutter-0.2 >= 0.2.2 gtk+-2.0