libusbx: use spec deps
This commit is contained in:
parent
1cc8a08da8
commit
a3f8421d4b
1 changed files with 6 additions and 5 deletions
|
@ -5,16 +5,17 @@ class Libusbx < Formula
|
|||
url 'http://downloads.sourceforge.net/project/libusbx/releases/1.0.17/source/libusbx-1.0.17.tar.bz2'
|
||||
sha1 'a491054e7f4f3f52b12bd567335180586a54ae16'
|
||||
|
||||
head 'https://github.com/libusbx/libusbx.git'
|
||||
head do
|
||||
url 'https://github.com/libusbx/libusbx.git'
|
||||
|
||||
conflicts_with 'libusb',
|
||||
:because => 'both provide libusb compatible libraries'
|
||||
|
||||
if build.head?
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
end
|
||||
|
||||
|
||||
conflicts_with 'libusb',
|
||||
:because => 'both provide libusb compatible libraries'
|
||||
|
||||
option :universal
|
||||
option 'no-runtime-logging', 'Build without runtime logging functionality'
|
||||
option 'with-default-log-level-debug' 'Build with default runtime log level of debug (instead of none)'
|
||||
|
|
Loading…
Reference in a new issue