On Fri, Nov 9, 2012 at 4:57 AM, Marijn <[email protected]> wrote: > I've had a report that building racket without X doesn't work if cairo > is not installed. Presumably in this mode it should not need cairo, right?
Libraries like `racket/draw` and `slideshow/pict` don't need X -- they can produce PDFs or PNGs or other formats, but they do rely on cairo. -- sam th [email protected] _________________________ Racket Developers list: http://lists.racket-lang.org/dev

