summaryrefslogtreecommitdiff
path: root/gobject-introspection-1.0.pc.in
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-05-31 20:49:42 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-05-31 20:49:42 +0000
commit8fe4141014ccef2e0cb8a5ece88689f2ff45064d (patch)
tree9ff04cd8596883bb1b119cb33d8b05764a685754 /gobject-introspection-1.0.pc.in
parentc7bc4f4e6263db8a2914692dc75ff7b695a16dc3 (diff)
downloadgobject-introspection-8fe4141014ccef2e0cb8a5ece88689f2ff45064d.tar.gz
Rename pkg-config name to gobject-introspection-1.0, Do not installed
2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277
Diffstat (limited to 'gobject-introspection-1.0.pc.in')
-rw-r--r--gobject-introspection-1.0.pc.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in
new file mode 100644
index 00000000..75569b88
--- /dev/null
+++ b/gobject-introspection-1.0.pc.in
@@ -0,0 +1,18 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+bindir=@bindir@
+includedir=@includedir@
+
+g_ir_scanner=${bindir}/g-ir-scanner
+
+# FIXME: These needs to be ported to the GIR format first
+# g_idl_generator=${bindir}/g-idl-generator
+# g_idl_compiler=${bindir}/g-idl-compiler
+# Cflags: -I${includedir}/gobject-introspection-1.0
+# Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
+# Libs: -L${libdir} -lgirepository
+
+Name: gobject-introspection
+Description: GObject Introspection
+Version: @VERSION@