Fri, 27 May 2005 13:58:42 +0000
[gaim-migrate @ 12745]
Some plugins might want to store system wide defaults in the same
sysconfdir as gaim. Now they can use this to detect how gaim was configured:
pkg-config --variable=sysconfdir gaim
| 9364 | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ | |
| 3 | libdir=@libdir@ | |
| 4 | includedir=@includedir@ | |
| 5 | datadir=@datadir@ | |
|
10947
810fd4c13660
[gaim-migrate @ 12745]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
9364
diff
changeset
|
6 | sysconfdir=@sysconfdir@ |
| 9364 | 7 | |
| 8 | Name: Gaim | |
| 9 | Description: Gaim is a GTK2-based instant messenger application. | |
| 10 | Version: @VERSION@ | |
| 11 | Requires: glib-2.0 | |
| 12 | Cflags: -I${includedir}/gaim | |
| 13 |