diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-08-04 11:38:21 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-08-04 11:38:21 -0400 |
commit | cf1bd7e1babd46bb27d7e103cb8a1ecde5e2fd03 (patch) | |
tree | c6cd93309577d47dfe43b4c09fd296522fd56e39 /m4/evas_check_engine.m4 | |
parent | d9ee48b01346241b21218eb52a42fcf39f840281 (diff) |
evas_check_engine: Remove tests for specific version of EGL
Summary: As per cedric, remove tests for egl specific version(s) when
building wayland engines.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | m4/evas_check_engine.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index 8165aa2344..55135d17d7 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 | |||
@@ -560,10 +560,10 @@ else | |||
560 | gl_library="gl" | 560 | gl_library="gl" |
561 | fi | 561 | fi |
562 | 562 | ||
563 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 9.2.0], | 563 | PKG_CHECK_EXISTS([egl ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 9.2.0], |
564 | [ | 564 | [ |
565 | have_dep="yes" | 565 | have_dep="yes" |
566 | requirement="egl >= 7.10 ${gl_library} wayland-client wayland-egl" | 566 | requirement="egl ${gl_library} wayland-client wayland-egl" |
567 | ], | 567 | ], |
568 | [have_dep="no"]) | 568 | [have_dep="no"]) |
569 | 569 | ||
@@ -635,10 +635,10 @@ else | |||
635 | AC_MSG_ERROR([We currently do not support GL DRM without OpenGL ES. Please consider OpenGL ES if you want to use it.]) | 635 | AC_MSG_ERROR([We currently do not support GL DRM without OpenGL ES. Please consider OpenGL ES if you want to use it.]) |
636 | fi | 636 | fi |
637 | 637 | ||
638 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} gbm wayland-client >= 1.3.0], | 638 | PKG_CHECK_EXISTS([egl ${gl_library} gbm wayland-client >= 1.3.0], |
639 | [ | 639 | [ |
640 | have_dep="yes" | 640 | have_dep="yes" |
641 | requirement="egl >= 7.10 ${gl_library} gbm wayland-client >= 1.3.0" | 641 | requirement="egl ${gl_library} gbm wayland-client >= 1.3.0" |
642 | ], | 642 | ], |
643 | [have_dep="no"]) | 643 | [have_dep="no"]) |
644 | 644 | ||