Skip to content

Commit

Permalink
ignition-common5: depend on gdal (#1790)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jan 20, 2022
1 parent 7bbfa65 commit ed9fb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/ignition-common5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ class IgnitionCommon5 < Formula
desc "Common libraries for robotics applications"
homepage "https://github.com/ignitionrobotics/ign-common"
url "https://github.com/ignitionrobotics/ign-common.git", branch: "main"
version "4.999.999~0~20211227"
version "4.999.999~0~20220119"
license "Apache-2.0"

depends_on "cmake"
depends_on "ffmpeg"
depends_on "freeimage"
depends_on "gdal"
depends_on "gts"
depends_on "ignition-cmake2"
depends_on "ignition-math7"
Expand Down

0 comments on commit ed9fb83

Please sign in to comment.