Skip to content

Commit 706fd60

Browse files
committed
rmw: update gettext dependency
1 parent f3b99c1 commit 706fd60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Formula/r/rmw.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ class Rmw < Formula
2020
sha256 x86_64_linux: "3a5eab29ba4ed0ef73d00edf9e33fb2bd424d775973cfaed388360dca1938686"
2121
end
2222

23+
depends_on "gettext" => :build
2324
depends_on "meson" => :build
2425
depends_on "ninja" => :build
2526
depends_on "pkgconf" => :build
2627
depends_on "canfigger"
27-
depends_on "gettext"
2828
# Slightly buggy with system ncurses
2929
# https://github.com/theimpossibleastronaut/rmw/issues/205
3030
depends_on "ncurses"
3131

32+
on_macos do
33+
depends_on "gettext"
34+
end
35+
3236
def install
3337
system "meson", "setup", "build", "-Db_sanitize=none", *std_meson_args
3438
system "meson", "compile", "-C", "build", "--verbose"

0 commit comments

Comments
 (0)