Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1115:90292b2f2243
prev1113:174fa8e137b6
next1147:e04e4af64626
author nkeynes
date Sun Oct 24 11:50:17 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Set gl texture parameters at texture load time rather than render time.
(This does mean that if the texture is used with variant parameters it will be
loaded multiple times). 3-4% faster this way
file annotate diff log raw
1.1 --- a/configure Sat Jul 31 11:16:44 2010 +1000
1.2 +++ b/configure Sun Oct 24 11:50:17 2010 +1000
1.3 @@ -8997,6 +8997,8 @@
1.4
1.5 fi
1.6
1.7 + GTK_LIBS="$GTK_LIBS -lX11"
1.8 + LIBS="$LIBS -lX11"
1.9 { echo "$as_me:$LINENO: checking for gdk_quartz_window_get_nsview" >&5
1.10 echo $ECHO_N "checking for gdk_quartz_window_get_nsview... $ECHO_C" >&6; }
1.11 if test "${ac_cv_func_gdk_quartz_window_get_nsview+set}" = set; then
1.12 @@ -9088,6 +9090,13 @@
1.13
1.14 fi
1.15
1.16 + if test "x$HAVE_GTK_X11$HAVE_GTK_OSX" = "x"; then
1.17 + { { echo "$as_me:$LINENO: error: Unable to identify GTK platform
1.18 +See \`config.log' for more details." >&5
1.19 +echo "$as_me: error: Unable to identify GTK platform
1.20 +See \`config.log' for more details." >&2;}
1.21 + { (exit 1); exit 1; }; }
1.22 + fi
1.23 fi
1.24
1.25
.