vcpkg/ports/armadillo/pkgconfig.patch
Kai Pastor 0a277597a1
[armadillo,ensmallen] Update (#28599)
* [armadillo] Update to 11.4.3

* Fixup pkgconfig

* Add vcpkg cmake wrapper

* Update versions

* [ensmallen] Update and fix

* Add vcpkg version requirement
2023-01-04 14:27:58 -08:00

10 lines
357 B
Diff

diff --git a/misc/armadillo.pc.in b/misc/armadillo.pc.in
index 27d35bb..1f079a5 100644
--- a/misc/armadillo.pc.in
+++ b/misc/armadillo.pc.in
@@ -7,3 +7,4 @@ URL: http://arma.sourceforge.net
Version: @ARMA_VERSION_MAJOR@.@ARMA_VERSION_MINOR@.@ARMA_VERSION_PATCH@
Cflags: -I${includedir}
Libs: -L${libdir} -larmadillo
+Requires.private: @REQUIRES_PRIVATE@