clutter, cogl: add minimum XQuartz version

This commit is contained in:
Jack Nagel 2013-10-06 20:56:55 -05:00
parent 9e7689ba49
commit 3b3652451d
2 changed files with 2 additions and 2 deletions

View file

@ -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[

View file

@ -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