comparison libpurple/purple-2.pc.in @ 29735:a52831eada67

Add pidgin-2 and purple-2 .pc variants Instead of adding ${includedir}/libpurple to the include path, purple-2 adds ${includedir}. This allows projects to #include <libpurple/debug.h> rather than #include <debug.h>, which prevents libpurple's headers colliding with the project's own, and is more conventional. media/codec.h needed tweaking to compile.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 20 Dec 2009 18:03:58 +0000
parents
children
comparison
equal deleted inserted replaced
29734:1d969bd224f2 29735:a52831eada67
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}/purple-@PURPLE_MAJOR_VERSION@
10
11 Name: libpurple
12 Description: libpurple is a GLib-based instant messenger library.
13 Version: @VERSION@
14 Requires: glib-2.0
15 Cflags: -I${includedir}
16 Libs: -L${libdir} -lpurple