[racket] Detecting OpenGL support

From: Diogo F. S. Ramos (diogofsr at gmail.com)
Date: Wed Jul 31 13:41:04 EDT 2013

>> How does Racket detect OpenGL support?

> Please refer to these pages for required libraries for GUI programs,
> including OpenGL:
>
> http://docs.racket-lang.org/gui/libs.html
>
> http://docs.racket-lang.org/draw/libs.html

Thank you.

I don't have the exact names of libraries listed there for OpenGL
support, but I do have a similar one.

On Ubuntu 13.04, the one that did it for me was `libgtkglext1'.

Posted on the users mailing list.