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:
parent
ca3074f772
commit
eb72cdd5f3
@ -202,7 +202,7 @@ case $glesversion in
|
|||||||
GLES_LIBS="-lgles_cm"
|
GLES_LIBS="-lgles_cm"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
EGL_LIBS="GLESv1_CM"
|
GLES_LIBS="-lGLESv1_CM"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user