feh: giblib: re-order dependencies to try and fix X11 issues.
References Homebrew/homebrew#15325, Homebrew/homebrew#15390.
This commit is contained in:
parent
42b4f1e98c
commit
e865413acd
2 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ class Feh < Formula
|
|||
url 'http://feh.finalrewind.org/feh-2.5.tar.bz2'
|
||||
sha1 'd1bf7fa8ec6b5d1ce16c291edf38d45de01f252d'
|
||||
|
||||
depends_on 'giblib' => :build
|
||||
depends_on :x11
|
||||
depends_on 'giblib' => :build
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
|
|
|
@ -5,8 +5,8 @@ class Giblib < Formula
|
|||
homepage 'http://freshmeat.net/projects/giblib'
|
||||
sha1 '342e6f7882c67d2277e1765299e1be5078329ab0'
|
||||
|
||||
depends_on 'imlib2' => :build
|
||||
depends_on :x11 # includes <X11/Xlib.h>
|
||||
depends_on 'imlib2' => :build
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue