annotate mcabber/mcabber.pc.in @ 1900:5dc0fd8225e3

Display a warning when the configuration file hasn't been updated Display a message when the jid is missing and the 'username' option is still set in the configuration file.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 14 Apr 2010 21:01:31 +0200
parents e2c6f1357f82
children d58fb8d7a09a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1712
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
1 prefix=@prefix@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
3 libdir=@libdir@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
4 includedir=@includedir@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
5
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
6 Name: MCabber
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
7 Description: Modular XMPP client
1718
e2c6f1357f82 mcabber.pc fixes
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1712
diff changeset
8 Requires: glib-2.0 gmodule-2.0 loudmouth-1.0
1712
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
9 Version: @VERSION@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
10 Libs:
1718
e2c6f1357f82 mcabber.pc fixes
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1712
diff changeset
11 Cflags: -I${includedir} @LIBOTR_CFLAGS@ @GPGME_CFLAGS@