aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-12 11:41:15 +0200
committerGitHub <noreply@github.com>2020-06-12 11:41:15 +0200
commit69f315914c0c8d6a3fa5a7d36661aa844a16a874 (patch)
treea5754fd6179cd9b69bbc6b2ef3656dc7bf8cd218
parente400278186883034805291a91f21d1bf3ba3785f (diff)
parent0e20ccabce820f6a2f0f20a5911daa5102ddbed3 (diff)
downloadPROJ-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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/proj.pc.in b/proj.pc.in
index 7e462138..846310d1 100644
--- a/proj.pc.in
+++ b/proj.pc.in
@@ -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}