Mercurial > pidgin
annotate libpurple/purple-3.pc.in @ 32750:cc258d58ee56
merge of 'a6a5be7291d88240cd7a6b7034ac9942d5bfba4b'
and 'f1f5a7e9b4ed4a9ffe523909a8a68b49928f2731'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 31 Mar 2012 21:29:04 +0000 |
parents | 7fb1283c859b |
children |
rev | line source |
---|---|
31829
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 prefix=@prefix@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 libdir=@libdir@ |
32374
7fb1283c859b
This change is needed to make external plugins compile. It's either this or go
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
31829
diff
changeset
|
4 includedir=@includedir@/libpurple |
31829
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 datarootdir=@datarootdir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 datadir=@datadir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
11 Name: libpurple |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
12 Description: libpurple is a GLib-based instant messenger library. |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
13 Version: @VERSION@ |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
14 Requires: glib-2.0 |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
15 Cflags: -I${includedir} |
66a445eb2b84
Update the pkg-config versions. Also, drop the unversioned pc files,
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
16 Libs: -L${libdir} -lpurple |