We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkgconf
1 parent 1f6b512 commit 8819000Copy full SHA for 8819000
Formula/x/xkbcomp.rb
@@ -16,13 +16,13 @@ class Xkbcomp < Formula
16
sha256 cellar: :any_skip_relocation, x86_64_linux: "6be95ca9ca5cb1c2afaa4e0d2cf31d75f5daa5e543a824c3c9cb9f6d895c25e2"
17
end
18
19
- depends_on "pkg-config" => :build
+ depends_on "pkgconf" => :build
20
21
depends_on "libx11"
22
depends_on "libxkbfile"
23
24
def install
25
- system "./configure", *std_configure_args, "--with-xkb-config-root=#{HOMEBREW_PREFIX}/share/X11/xkb"
+ system "./configure", "--with-xkb-config-root=#{HOMEBREW_PREFIX}/share/X11/xkb", *std_configure_args
26
system "make"
27
system "make", "install"
28
# avoid cellar in bindir
0 commit comments