root/trunk/mapnik.pc.in

Revision 537, 283 bytes (checked in by andreas, 14 months ago)

- added option to build included libagg as static library

Line 
1prefix=@prefix@
2exec_prefix=@prefix@
3libdir=@exec_prefix@/lib
4includedir=@prefix@/include
5
6Name: @PACKAGE@
7Description: Free Toolkit for developing mapping applications
8Version: @VERSION@
9Requires:
10Conflicts:
11Libs: -L${libdir} -lmapnik
12Cflags: -I${includedir} -I${includedir}/agg
Note: See TracBrowser for help on using the browser.