From 0b1e8a01bc47d579dfd3e98914b74e31f611ac13 Mon Sep 17 00:00:00 2001 From: Alexander Bohn / FI$H2k Date: Tue, 26 Feb 2013 15:59:33 -0500 Subject: [PATCH] pixie: add required X11 dependency. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see https://gist.github.com/fish2000/5042119 Closes Homebrew/homebrew#18103. Signed-off-by: Mike McQuaid --- Formula/pixie.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/pixie.rb b/Formula/pixie.rb index 20385e032e..3114acfd43 100644 --- a/Formula/pixie.rb +++ b/Formula/pixie.rb @@ -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')