annotate mcabber/mcabber.pc.in @ 2223:965e0282c128

Backed out changeset fa516ef22145 Turns out that in this hash the value pointer is the same as the key pointer, so there's no need to free both the key and the value.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 06 Nov 2015 22:31:40 +0100
parents d58fb8d7a09a
children ca442ece1f70
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
2022
d58fb8d7a09a Make linking with mcabber deps optional
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1718
diff changeset
8 URL: http://mcabber.com
d58fb8d7a09a Make linking with mcabber deps optional
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1718
diff changeset
9 Requires.private: glib-2.0 gmodule-2.0 loudmouth-1.0
1712
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
10 Version: @VERSION@
7bdd9ed28684 Add .pc file
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
11 Libs:
1718
e2c6f1357f82 mcabber.pc fixes
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1712
diff changeset
12 Cflags: -I${includedir} @LIBOTR_CFLAGS@ @GPGME_CFLAGS@