annotate mcabber/mcabber.pc.in @ 2269:766666eb6928

Link with the tinfo library On some systems we have to explicitly link with libtinfo. pkg-config cannot be used on every system with ncurses, see discussion in https://bugs.gentoo.org/show_bug.cgi?id=457530#c18 For now we'll use the same fix as Mutt: https://dev.mutt.org/hg/mutt/rev/c84aa0d62ce3 Thanks to Wolfram Schlich for the report and troubleshooting!
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Sep 2016 22:39:04 +0200
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@