Mercurial > pidgin.yaz
comparison pidgin/pidgin-3.pc.in @ 32287:66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
to be less confusing.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 16 Mar 2011 19:45:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
32282:0bde876402d2 | 32287:66a445eb2b84 |
---|---|
1 prefix=@prefix@ | |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
5 datarootdir=@datarootdir@ | |
6 datadir=@datadir@ | |
7 sysconfdir=@sysconfdir@ | |
8 | |
9 plugindir=${libdir}/pidgin | |
10 | |
11 Name: Pidgin | |
12 Description: Pidgin is a GTK2-based instant messenger application. | |
13 Version: @VERSION@ | |
14 Requires: gtk+-2.0 purple-3 | |
15 Cflags: -I${includedir} |