Skip to content
Snippets Groups Projects
Commit a1a81daf authored by Misty De Meo's avatar Misty De Meo Committed by Misty De Meo
Browse files

XQuartz: detect Tiger's prefix

parent 880ba0c9
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,9 @@ module OS
Pathname.new("/opt/X11")
elsif Pathname.new("/usr/X11/lib/libpng.dylib").exist?
Pathname.new("/usr/X11")
# X11 doesn't include libpng on Tiger
elsif Pathname.new("/usr/X11R6/lib/libX11.dylib").exist?
Pathname.new("/usr/X11R6")
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment