build: Disallow non-working sdl + opengl ES combination
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 25 Mar 2014 16:38:41 +0000 (17:38 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 26 Mar 2014 08:12:23 +0000 (09:12 +0100)
commit3cc0e400cdb55ce90761de747dea2b8185bc2cd7
treea05daac3ab53e22442f70e3e202df9e9712540e4
parent5cdbcceccbb539065ffa7fc2d8b42ff3fdac3e09
build: Disallow non-working sdl + opengl ES combination

To build SDL with OpenGL ES we need a SDL version which ships these headers
which only starts with SDL 2.x. So we only allow it for full OpenGL right
now until someone wants to port our code over to SDL 2.x

Fixes T856
@fix
configure.ac