Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 635:76c63aac3590
prev614:a2d239d4438a
next1066:ddffe9d2b332
author nkeynes
date Wed Mar 26 11:56:12 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Fix perspective correction (at least for those with shader support)
file annotate diff log raw
1.1 --- a/config.h.in Mon Jan 28 02:38:09 2008 +0000
1.2 +++ b/config.h.in Wed Mar 26 11:56:12 2008 +0000
1.3 @@ -49,6 +49,9 @@
1.4 /* Define to 1 if you have the `GL' library (-lGL). */
1.5 #undef HAVE_LIBGL
1.6
1.7 +/* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
1.8 +#undef HAVE_LIBOSMESA
1.9 +
1.10 /* Define to 1 if you have the `z' library (-lz). */
1.11 #undef HAVE_LIBZ
1.12
.