Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1239:be3121267597
prev1235:8da2f3dad9c0
author nkeynes
date Mon Mar 05 11:41:03 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Small cleanups:
Refactor the post-windowing setup into gl_init_driver() in video_gl.c
Move gl_sl.c into src/drivers and tidy up a bit.
Fix OS X compiling plugins with -mdynamic-no-pic
file annotate diff log raw
1.1 --- a/config.h.in Fri Feb 24 21:11:58 2012 +1000
1.2 +++ b/config.h.in Mon Mar 05 11:41:03 2012 +1000
1.3 @@ -67,6 +67,9 @@
1.4 /* Define if the GNU gettext() function is already present or preinstalled. */
1.5 #undef HAVE_GETTEXT
1.6
1.7 +/* Using GLESv2 */
1.8 +#undef HAVE_GLES2
1.9 +
1.10 /* Have GLX support */
1.11 #undef HAVE_GLX
1.12
.