diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2012-01-12 09:01:37 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2012-01-12 09:01:37 +0000 |
commit | c0dd6f79754b937ed550ae89a1020c40aeeb6913 (patch) | |
tree | 22f8d1eb71195b03dba197dbb45c969eec4dc084 /legacy/evas/m4 | |
parent | dd7d556916124fe6dfa86267c3ecfc88482b996a (diff) |
Evas (wayland_egl): Fix egl detection in check_engine. (In theory, the
old version of this w/ the 3 includes Should be working, but I've
tested it on 2 machines now, and it fails on both with those lines in
there, so I am removing them).
Make wayland_egl engine Actually work and draw stuff now (too many
code changes to list them all separately). See http://i.imgur.com/i2eBE.png.
SVN revision: 67128
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/m4/evas_check_engine.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/legacy/evas/m4/evas_check_engine.m4 b/legacy/evas/m4/evas_check_engine.m4 index e88022b1c1..4fc13a9f85 100644 --- a/legacy/evas/m4/evas_check_engine.m4 +++ b/legacy/evas/m4/evas_check_engine.m4 | |||
@@ -923,9 +923,6 @@ if test "x${have_dep}" = "xyes" ; then | |||
923 | [have_egl="yes"], | 923 | [have_egl="yes"], |
924 | [have_egl="no"], | 924 | [have_egl="no"], |
925 | [ | 925 | [ |
926 | #include <GLES2/gl2.h> | ||
927 | #include <EGL/egl.h> | ||
928 | #include <GL/gl.h> | ||
929 | ]) | 926 | ]) |
930 | if test "x${have_egl}" = "xyes" ; then | 927 | if test "x${have_egl}" = "xyes" ; then |
931 | evas_engine_[]$1[]_cflags="${WAYLAND_EGL_CFLAGS}" | 928 | evas_engine_[]$1[]_cflags="${WAYLAND_EGL_CFLAGS}" |