summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03Fix up GCR_DEBUG and GCK_DEBUG environment variablesStef Walter1-0/+37
* This is due to the G_MESSAGES_DEBUG change in glib * We manage our own debug categories, so if G_MESSAGES_DEBUG is not being used but GCR_DEBUG or GCK_DEBUG are set we unconditionally print the debug messages. * If G_MESSAGES_DEBUG is being used, then make all the debug messages available to Glib. * Can build with -DGCR_DEBUG=category flags to permanently enable certain categories.
2011-10-06Split the GCR and GCK libraries out of gnome-keyringStef Walter1-0/+6
Commits prior to this commit will not build. To build old releases of Gcr or Gck you should use the gnome-keyring git module. This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0, p11-kit >= 0.6, libgcrypt >= 1.2.2 Additionally it requires asn1Parser for building.