sdl_ttf: fix X11 dependency.
This commit is contained in:
parent
8a1430b4b6
commit
d3e228ace2
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@ class SdlTtf < Formula
|
|||
|
||||
option :universal
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'sdl'
|
||||
depends_on :x11
|
||||
depends_on :freetype
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
|
|
Loading…
Reference in a new issue