aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/os/mac/xquartz.rb14
1 files changed, 2 insertions, 12 deletions
diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb
index 82680d3ba..c906da38e 100644
--- a/Library/Homebrew/os/mac/xquartz.rb
+++ b/Library/Homebrew/os/mac/xquartz.rb
@@ -1,5 +1,7 @@
module OS
module Mac
+ X11 = XQuartz = Module.new
+
module XQuartz
extend self
@@ -87,18 +89,6 @@ module OS
def installed?
!version.nil? && !prefix.nil?
end
- end
-
- module X11
- extend self
-
- def prefix
- MacOS::XQuartz.prefix
- end
-
- def installed?
- MacOS::XQuartz.installed?
- end
# If XQuartz and/or the CLT are installed, headers will be found under
# /opt/X11/include or /usr/X11/include. For Xcode-only systems, they are