diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-06-12 11:41:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 11:41:15 +0200 |
| commit | 69f315914c0c8d6a3fa5a7d36661aa844a16a874 (patch) | |
| tree | a5754fd6179cd9b69bbc6b2ef3656dc7bf8cd218 | |
| parent | e400278186883034805291a91f21d1bf3ba3785f (diff) | |
| parent | 0e20ccabce820f6a2f0f20a5911daa5102ddbed3 (diff) | |
| download | PROJ-69f315914c0c8d6a3fa5a7d36661aa844a16a874.tar.gz PROJ-69f315914c0c8d6a3fa5a7d36661aa844a16a874.zip | |
Merge pull request #2262 from rouault/proj_pc_in_tiff_curl
proj.pc.in: add @TIFF_LIBS@ @CURL_LIBS@ in Libs.private
| -rw-r--r-- | proj.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ Description: Coordinate transformation software library Requires: Version: @VERSION@ Libs: -L${libdir} -lproj -Libs.private: @SQLITE3_LIBS@ -lstdc++ +Libs.private: @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ -lstdc++ Cflags: -I${includedir} |
