Split the gcr library into base and ui components.
[platform/upstream/gcr.git] / gcr / gcr-base.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 datarootdir=@datarootdir@
6 datadir=@datadir@
7 sysconfdir=@sysconfdir@
8 pkcs11dir=@P11_MODULE_PATH@
9 pkcs11standalonedir=@pkcs11standalonedir@
10
11 Name: gcr-base-@GCR_MAJOR@
12 Description: GObject library for high level crypto parsing
13 Version: @VERSION@
14 Requires: glib-2.0 gck-@GCK_MAJOR@ p11-kit-1
15 Libs: -L${libdir} -lgcr-base-@GCR_MAJOR@
16 Cflags: -I${includedir}/gcr-@GCR_MAJOR@