Skip to content

Commit 8819000

Browse files
committed
xkbcomp: migrate to pkgconf
1 parent 1f6b512 commit 8819000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/x/xkbcomp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ class Xkbcomp < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "6be95ca9ca5cb1c2afaa4e0d2cf31d75f5daa5e543a824c3c9cb9f6d895c25e2"
1717
end
1818

19-
depends_on "pkg-config" => :build
19+
depends_on "pkgconf" => :build
2020

2121
depends_on "libx11"
2222
depends_on "libxkbfile"
2323

2424
def install
25-
system "./configure", *std_configure_args, "--with-xkb-config-root=#{HOMEBREW_PREFIX}/share/X11/xkb"
25+
system "./configure", "--with-xkb-config-root=#{HOMEBREW_PREFIX}/share/X11/xkb", *std_configure_args
2626
system "make"
2727
system "make", "install"
2828
# avoid cellar in bindir

0 commit comments

Comments
 (0)