]> granicus.if.org Git - graphviz/commitdiff
CI: install librsvg on macOS
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 21 Jun 2022 00:50:58 +0000 (17:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jun 2022 17:57:15 +0000 (10:57 -0700)
This is a dependency of the rsvg plugin.

Gitlab: #2227

ci/macos-install-build-dependencies.sh
ci/macos-install-runtime-dependencies.sh

index b6e4bbb8b59d406cc7b25a54547e81ee2f0e2c2d..09f17a6ee1c48b8e33e8b3bfbd1afbbb2ee33852 100644 (file)
@@ -46,6 +46,7 @@ export LDFLAGS="-L/usr/local/opt/qt@5/lib"
 export CPPFLAGS="-I/usr/local/opt/qt@5/include"
 export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig"
 
+brew install librsvg || brew upgrade librsvg
 brew install libxaw || brew upgrade libxaw
 
 # install MacPorts for libANN
index c6632f1693655703f92d01d27539de2c2eec7f56..9e38e50cf1cdb42b7cca2dae3aa3cc370b8a8be5 100644 (file)
@@ -28,6 +28,7 @@ export LDFLAGS="-L/usr/local/opt/qt@5/lib"
 export CPPFLAGS="-I/usr/local/opt/qt@5/include"
 export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig"
 
+brew install librsvg || brew upgrade librsvg
 brew install libxaw || brew upgrade libxaw
 
 # install MacPorts for libANN