libnfc: compile with all drivers by default.
Closes Homebrew/homebrew#35301. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
d42affe64b
commit
00d68a3959
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ class Libnfc < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--enable-serial-autoprobe"
|
||||
"--prefix=#{prefix}", "--enable-serial-autoprobe",
|
||||
"--with-drivers=all"
|
||||
system "make install"
|
||||
(prefix/'etc/nfc/libnfc.conf').write "allow_intrusive_scan=yes"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue