aboutsummaryrefslogtreecommitdiff
path: root/proj.pc.in
AgeCommit message (Collapse)Author
2019-10-20proj.pc.in: add SQLITE3_LIBS to Libs.PrivateFabrice Fontaine
Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically with proj (such as libgeotiff) will know that they have to link with -lsqlite3 Fixes: - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2019-10-09proj.pc.in: add Libs.PrivateFabrice Fontaine
Add -lstdc++ to Libs.Private to allow packages such as libgeotiff to retrieve this dependency when linking statically with proj Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2019-03-22pkg-config: add datadir to proj.pcChris Mayo
Convenience variable pkgdatadir not available at the time this is configured, datadir/PACKAGE is its value. Query with: pkg-config --variable=datadir proj
2011-07-23added pkg-config support (#3)Frank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2