pixie: add required X11 dependency.
see https://gist.github.com/fish2000/5042119 Closes Homebrew/homebrew#18103. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
329f92ee5c
commit
0b1e8a01bc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ class Pixie < Formula
|
|||
depends_on 'fltk'
|
||||
depends_on 'openexr'
|
||||
depends_on :libpng
|
||||
depends_on :x11
|
||||
|
||||
def install
|
||||
openexr = Formula.factory('openexr')
|
||||
|
|
Loading…
Reference in a new issue