Update formula template for new X11 dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1d2a72eecc
commit
168ccb2821
@ -111,9 +111,9 @@ class FormulaCreator
|
|||||||
<% elsif mode == nil %>
|
<% elsif mode == nil %>
|
||||||
# depends_on 'cmake' => :build
|
# depends_on 'cmake' => :build
|
||||||
<% end %>
|
<% end %>
|
||||||
|
depends_on :x11 # if your formula requires any X11/XQuartz components
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# ENV.x11 # if your formula requires any X11 headers
|
|
||||||
# ENV.j1 # if your formula's build system can't parallelize
|
# ENV.j1 # if your formula's build system can't parallelize
|
||||||
|
|
||||||
<% if mode == :cmake %>
|
<% if mode == :cmake %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user