cogl-pipeline-opengl: #ifdef out set_glsl_program for GLES 1.1
authorNeil Roberts <neil@linux.intel.com>
Mon, 17 Jan 2011 12:20:06 +0000 (12:20 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 17 Jan 2011 12:38:46 +0000 (12:38 +0000)
commitb7677d047df6b8c96605454717873bbcb1722763
tree5401d25902153103b8707671d72173a96e4f7808
parent568d32acf3604a9c68556224844a839f0e014bcf
cogl-pipeline-opengl: #ifdef out set_glsl_program for GLES 1.1

glUseProgram is not available under GLES 1.1 so it was breaking the
build.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2516
clutter/cogl/cogl/cogl-pipeline-opengl.c