Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 174:a89c507a9a8d
prev1:eea311cfd33e
next526:ba3da45b5754
author nkeynes
date Sun Feb 11 10:09:32 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Bug 27: Implement opengl framebuffer objects
Rewrite much of the final video output stage. Now uses generic "render
buffers", implemented on GL using framebuffer objects + textures.
file annotate diff log raw
1.1 --- a/config.h.in Sat Mar 13 00:03:32 2004 +0000
1.2 +++ b/config.h.in Sun Feb 11 10:09:32 2007 +0000
1.3 @@ -25,6 +25,9 @@
1.4 /* Define if your <locale.h> file defines LC_MESSAGES. */
1.5 #undef HAVE_LC_MESSAGES
1.6
1.7 +/* Define to 1 if you have the `GL' library (-lGL). */
1.8 +#undef HAVE_LIBGL
1.9 +
1.10 /* Define to 1 if you have the <locale.h> header file. */
1.11 #undef HAVE_LOCALE_H
1.12
.