mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
080bd7537f
* [geos] Minor portfile maintenance * [geos] Export implicit C++ lib dependencies * [geos] x-add-version * [librttopo] New port version, format manifest * [librttopo] Modernize portfile * [librttopo] Fix mingw build * [librttopo] Use geos-config, allow dynamic linkage for non-windows * [librttopo] Fix pc file * [librttopo] Use pristine download from osgeo.org * [librttopo] x-add-version
10 lines
266 B
Diff
10 lines
266 B
Diff
diff --git a/rttopo.pc.in b/rttopo.pc.in
|
|
index 86c71dc..4064506 100644
|
|
--- a/rttopo.pc.in
|
|
+++ b/rttopo.pc.in
|
|
@@ -10,3 +10,4 @@ Description: the RT Topology library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lrttopo -lm
|
|
Cflags: -I${includedir}
|
|
+Requires.private: geos
|