1
0
Fork 0

2008-04-29 Robert Bragg <bob@o-hand.com>

* clutter/configure.ac:
	RE: earlier GLESv1_CM change: Now sets GLES_LIBS="-lGLESv1_CM"
	instead of the previous EGL_LIBS variable.
This commit is contained in:
Robert Bragg 2008-04-29 19:51:05 +00:00
parent ca3074f772
commit eb72cdd5f3

View file

@ -202,7 +202,7 @@ case $glesversion in
GLES_LIBS="-lgles_cm"
fi
else
EGL_LIBS="GLESv1_CM"
GLES_LIBS="-lGLESv1_CM"
fi
else