annotate mcabber/mcabber.pc.in @ 2333:69d292ccf196

Fix multiple declarations issue with COLOR_ATTRIB This fails compilation with GCC 10 or -fno-common in CFLAGS. Link: https://bugs.gentoo.org/707418
author Andrey Utkin <andrey_utkin@gentoo.org>
date Mon, 17 Feb 2020 23:40:49 +0000
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@