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 0e3f06e commit 1f6b512Copy full SHA for 1f6b512
Formula/x/xinput.rb
@@ -18,7 +18,7 @@ class Xinput < Formula
18
sha256 cellar: :any_skip_relocation, x86_64_linux: "48811518afc1be944c7f11606493feeffa4acd7653ad98f80e2dd583e6144bf0"
19
end
20
21
- depends_on "pkg-config" => :build
+ depends_on "pkgconf" => :build
22
depends_on "xorgproto" => :build
23
depends_on "libx11"
24
depends_on "libxext"
@@ -28,14 +28,12 @@ class Xinput < Formula
28
29
def install
30
args = %W[
31
- --prefix=#{prefix}
32
--sysconfdir=#{etc}
33
--localstatedir=#{var}
34
- --disable-dependency-tracking
35
--disable-silent-rules
36
]
37
38
- system "./configure", *args
+ system "./configure", *args, *std_configure_args
39
system "make"
40
system "make", "install"
41
0 commit comments