aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Rogger2013-10-18 01:13:29 +0200
committerJack Nagel2013-10-18 19:47:45 -0500
commitb06696c1fb1c64448e2514be40e48c626e5ce15c (patch)
tree109dc777c1637541a71296ebe9f5e3285be45c94 /Library/Formula
parentf89a21d31cfb713fbcc2feaa03614acff0d16e04 (diff)
downloadhomebrew-b06696c1fb1c64448e2514be40e48c626e5ce15c.tar.bz2
lcdproc: add dependency on libhid
Closes #23340. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lcdproc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/lcdproc.rb b/Library/Formula/lcdproc.rb
index 0cb87ca0b..fd1210310 100644
--- a/Library/Formula/lcdproc.rb
+++ b/Library/Formula/lcdproc.rb
@@ -7,6 +7,7 @@ class Lcdproc < Formula
depends_on 'pkg-config' => :build
depends_on 'libusb'
+ depends_on 'libhid'
depends_on 'libftdi0'
def install