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 Thu Feb 14 13:54:11 2008 +0000 (15 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
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 Thu Feb 14 13:54:11 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
.