Explorar el Código

Updated configure with change from last commit

Sam Lantinga hace 5 años
padre
commit
a8f91340c8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      configure

+ 3 - 0
configure

@@ -21487,6 +21487,9 @@ $as_echo "#define SDL_VIDEO_DRIVER_X11_XVIDMODE 1" >>confdefs.h
                 SUMMARY_video_x11="${SUMMARY_video_x11} xvidmode"
                 SUMMARY_video_x11="${SUMMARY_video_x11} xvidmode"
             fi
             fi
         fi
         fi
+    else
+        # Prevent Mesa from including X11 headers
+        EXTRA_CFLAGS="$EXTRA_CFLAGS -DMESA_EGL_NO_X11_HEADERS -DEGL_NO_X11"
     fi
     fi
 }
 }