Skip to content

Commit 362e31a

Browse files
BrewTestBotiMichka
authored andcommitted
wayland-protocols 1.38
1 parent a7d979c commit 362e31a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/w/wayland-protocols.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WaylandProtocols < Formula
22
desc "Additional Wayland protocols"
33
homepage "https://wayland.freedesktop.org"
4-
url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.37/downloads/wayland-protocols-1.37.tar.xz"
5-
sha256 "a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326"
4+
url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.38/downloads/wayland-protocols-1.38.tar.xz"
5+
sha256 "ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe"
66
license "MIT"
77

88
livecheck do
@@ -16,8 +16,9 @@ class WaylandProtocols < Formula
1616

1717
depends_on "meson" => :build
1818
depends_on "ninja" => :build
19-
depends_on "pkg-config" => :test
19+
depends_on "pkg-config" => [:build, :test]
2020
depends_on :linux
21+
depends_on "wayland"
2122

2223
def install
2324
system "meson", "setup", "build", "-Dtests=false", *std_meson_args

0 commit comments

Comments
 (0)