Change default value of QMAKE_LIBS_OPENGL_ES1 to libGLESv1_CM
authorJason Barron <jason.barron@nokia.com>
Sat, 31 Mar 2012 10:41:00 +0000 (12:41 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Apr 2012 10:37:34 +0000 (12:37 +0200)
commit9cdfeb2b84bcdb4f9dd5060283c0745224a7c58d
tree31f90aee184073aef3c1634a778af37a7656ce4e
parent3f9a7f955708be6152e98132cf34e4738365c173
Change default value of QMAKE_LIBS_OPENGL_ES1 to libGLESv1_CM

The naming convention for these libraries says that libGLES_CM is to be
used when EGL is included while libGLESv1_CM should be used when EGL is
not included. Since we have a seperate variable for libEGL, it
makes sense to have this variable represent the non-EGL version of the
library.

Change-Id: I9147c116da7be4a296a0ebeac39762b46725f10e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
mkspecs/common/linux.conf