mjpegtools: depend on X11 if installed.
Closes Homebrew/homebrew#17222.
This commit is contained in:
parent
227ac0d374
commit
1e3ffaebf7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class Mjpegtools < Formula
|
|||
url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz'
|
||||
sha1 'f411e8573d446711dbe8455a6ae9257e1afe1e70'
|
||||
|
||||
depends_on :x11 if MacOS::X11.installed?
|
||||
|
||||
option "with-libquicktime", "Build with Quicktime support"
|
||||
option "with-libdv", "Build with DV support"
|
||||
option "with-gtk+", "Build with GTK+ support"
|
||||
|
|
Loading…
Reference in a new issue