view finch/finch.pc.in @ 23202:aa6395907702

If plugins are enabled and some protocols or plugins are also being compiled statically, static_proto_init() throws assertions as the plugin subsystem needs to have been initialized before the prpls are. We now call static_proto_init() after purple_plugins_init() and before purple_plugins_probe() so that static prpls are also available for any plugins which load.
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 26 May 2008 14:30:00 +0000
parents 389a51db740f
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: Finch
Description: Finch is an instant messenger application that uses libpurple for protocol support and ncurses (libgnt) for the UI.
Version: @VERSION@
Requires: gnt purple
Cflags: -I${includedir}/finch