annotate mcabber/mcabber.pc.in @ 1995:7f7c6b87f1b1

Fix segfault with SIGWINCH This patch should fix issue #73: When the program is built with "--enable-sigwinch" a segmentation fault may occur if the size of a window is changed before a password is entered. https://bitbucket.org/McKael/mcabber-crew/issue/73/
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Apr 2011 09:25:21 +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@