Install g-idl-compiler and g-idl-generate to go along with how we're
[gnome.gobject-introspection] / gobject-introspection-1.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 bindir=@bindir@
5 includedir=@includedir@
6
7 g_ir_scanner=${bindir}/g-ir-scanner
8 girdir=${prefix}/share/gir
9
10 # FIXME: These needs to be ported to the GIR format first
11 # g_idl_generator=${bindir}/g-idl-generator
12 # g_idl_compiler=${bindir}/g-idl-compiler
13
14 Cflags: -I${includedir}/gobject-introspection-1.0
15 Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
16 Libs: -L${libdir} -lgirepository
17
18 Name: gobject-introspection
19 Description: GObject Introspection
20 Version: @VERSION@