comparison pidgin/pidgin-uninstalled.pc.in @ 29192:4066bd054421

Fix -uninstalled pc files for out-of-tree builds. ${pcfiledir} expands to the directory that the .pc file is in. This isn't right for out-of-tree builds: we want to add the source directory to the include path. In the case of libpurple, we need both because some of the headers are generated.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 20 Dec 2009 17:13:47 +0000
parents 389a51db740f
children 1d969bd224f2
comparison
equal deleted inserted replaced
29191:10df4b6b149c 29192:4066bd054421
4 includedir=@includedir@ 4 includedir=@includedir@
5 datarootdir=@datarootdir@ 5 datarootdir=@datarootdir@
6 datadir=@datadir@ 6 datadir=@datadir@
7 sysconfdir=@sysconfdir@ 7 sysconfdir=@sysconfdir@
8 8
9 abs_srcdir=@abs_srcdir@
10 abs_builddir=@abs_builddir@
11
9 Name: Pidgin 12 Name: Pidgin
10 Description: Pidgin is a GTK2-based instant messenger application. 13 Description: Pidgin is a GTK2-based instant messenger application.
11 Version: @VERSION@ 14 Version: @VERSION@
12 Requires: gtk+-2.0 purple 15 Requires: gtk+-2.0 purple
13 Cflags: -I${pcfiledir} 16 Cflags: -I${abs_srcdir}