clutter, cogl: add minimum XQuartz version
This commit is contained in:
parent
9e7689ba49
commit
3b3652451d
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class Clutter < Formula
|
|||
depends_on 'atk'
|
||||
depends_on 'pango'
|
||||
depends_on 'json-glib'
|
||||
depends_on :x11 unless build.include? 'without-x'
|
||||
depends_on :x11 => '2.5.1' unless build.without? 'x'
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
|
@ -14,7 +14,7 @@ class Cogl < Formula
|
|||
depends_on 'cairo' => 'with-glib'
|
||||
depends_on 'glib'
|
||||
depends_on 'pango'
|
||||
depends_on :x11 unless build.without? 'x'
|
||||
depends_on :x11 => '2.5.1' unless build.without? 'x'
|
||||
|
||||
def patches
|
||||
# Patch from MacPorts, reported upstream at https://bugzilla.gnome.org/show_bug.cgi?id=708825
|
||||
|
|
Loading…
Reference in a new issue