Add void* userdata support for gobjects
[gnome.seed] / seed.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 bindir=@bindir@
5 includedir=@includedir@
6
7 Cflags: -I${includedir}/seed
8 Requires: webkit-1.0 gobject-introspection-1.0 glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
9 Libs: -L${libdir} -lseed
10
11 Name: Seed
12 Description: Seed Javascript Interpreter.
13 Version: @VERSION@