Mercurial > pidgin.yaz
annotate libpurple/purple.pc.in @ 22664:a7ef2c82d125
When reciving our buddy list on MSN, add people to the permit and
deny lists before adding them to the buddylist. This fixes a bug
when our privacy setting is "allow only the people below." There
would be a very brief period of time when the buddy list thought that
the person you just added to your buddy list was blocked. This
didn't seem to matter in Pidgin, but it could matter in other UIs.
*ahem*
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Apr 2008 00:39:01 +0000 |
parents | 389a51db740f |
children | 1d969bd224f2 |
rev | line source |
---|---|
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
1 prefix=@prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
3 libdir=@libdir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
4 includedir=@includedir@ |
21455
389a51db740f
The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents:
21323
diff
changeset
|
5 datarootdir=@datarootdir@ |
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
6 datadir=@datadir@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
21323
eb53ce4852a6
fix a bunch of these warnings from running configure:
Stu Tomlinson <stu@nosnilmot.com>
parents:
16591
diff
changeset
|
8 |
15616
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
9 Name: libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
10 Description: libpurple is a GLib-based instant messenger library. |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
11 Version: @VERSION@ |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
12 Requires: glib-2.0 |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
13 Cflags: -I${includedir}/libpurple |
4ea624932995
Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
14 Libs: -L${libdir} -lpurple |