Remove X11 doctor check
Now that X11 components are specified as dependencies, users will be prompted to install these components when necessary, and this check is no longer needed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7488b9844b
commit
bbcbbcdaa1
@ -167,17 +167,6 @@ def check_for_stray_las
|
|||||||
s
|
s
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_for_x11
|
|
||||||
unless MacOS::XQuartz.installed? then <<-EOS.undent
|
|
||||||
X11 is not installed.
|
|
||||||
You don't have X11 installed as part of your OS X installation.
|
|
||||||
This is not required for all formulae, but is expected by some.
|
|
||||||
You can download the latest version of XQuartz from:
|
|
||||||
https://xquartz.macosforge.org
|
|
||||||
EOS
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def check_for_other_package_managers
|
def check_for_other_package_managers
|
||||||
if macports_or_fink_installed?
|
if macports_or_fink_installed?
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user