summaryrefslogtreecommitdiff
path: root/clutter-gtk.pc.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2006-11-29 22:06:16 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2006-11-29 22:06:16 +0000
commitab534ae073c187d550497ce90cc65265b83de4d4 (patch)
tree4795c01c5c4922f4260c2ae594d098b57ccff8d1 /clutter-gtk.pc.in
downloadclutter-gtk-ab534ae073c187d550497ce90cc65265b83de4d4.tar.gz
moving clutter-gtk out of the main tree
Diffstat (limited to 'clutter-gtk.pc.in')
-rw-r--r--clutter-gtk.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/clutter-gtk.pc.in b/clutter-gtk.pc.in
new file mode 100644
index 0000000..a62603e
--- /dev/null
+++ b/clutter-gtk.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: clutter-gtk
+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