blob: 34f368b6963a0f092fd56ff9bc96292bbbe24798 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
bindir=@bindir@
includedir=@includedir@
g_idl_generator=${bindir}/g-idl-generator
g_idl_scanner=${bindir}/g-idl-scanner
g_idl_compiler=${bindir}/g-idl-compiler
Name: gobject-introspection
Description: GObject Introspection
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lgirepository
Cflags: -I${includedir}/glib-2.0/gobject-introspection
|