aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-10-18 12:56:51 -0500
committerJack Nagel2013-10-18 13:38:18 -0500
commit273f5b2ddd66859c3081fa30e27baa3833c60f2f (patch)
tree369f67469352b88a41ca1ab886a3382d1e3ce01a
parent8887fe76063216c59e3f9d731fe179c2111c5d38 (diff)
downloadbrew-273f5b2ddd66859c3081fa30e27baa3833c60f2f.tar.bz2
Merge XQuartz and X11 modules
-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