Commit 5bb606e8 authored by Sam Lantinga's avatar Sam Lantinga

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401767
parent dedf915e
...@@ -789,8 +789,8 @@ AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), ...@@ -789,8 +789,8 @@ AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]),
, enable_video_x11=yes) , enable_video_x11=yes)
if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then
case "$host" in case "$host" in
*-*-darwin*) # Latest Mac OS X actually ships with Xrandr/Xrender libs... *-*-darwin*)
# This isn't strictly necessary for X11, but for GLX detection # This isn't necessary for X11, but fixes GLX detection
if test "x$x_includes" = xNONE; then if test "x$x_includes" = xNONE; then
x_includes="/usr/X11R6/include" x_includes="/usr/X11R6/include"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment