diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-11-04 13:29:31 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-11-04 13:52:27 +0000 |
commit | 5ec3ba041d49c4800d9a97db0770977661005e06 (patch) | |
tree | 37e617a6676ccab08bee8bbea9fd57a9ec3e0a92 /m4/evas_check_engine.m4 | |
parent | 2743382fa63eeef382fe21719016a9b7d8afd899 (diff) |
Require wayland libraries of at least 1.3.0
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'm4/evas_check_engine.m4')
-rw-r--r-- | m4/evas_check_engine.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index 1cc11bb510..3fd4890dd5 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 | |||
@@ -519,7 +519,7 @@ have_dep="no" | |||
519 | evas_engine_[]$1[]_cflags="" | 519 | evas_engine_[]$1[]_cflags="" |
520 | evas_engine_[]$1[]_libs="" | 520 | evas_engine_[]$1[]_libs="" |
521 | 521 | ||
522 | PKG_CHECK_EXISTS([wayland-client >= 1.2.0], | 522 | PKG_CHECK_EXISTS([wayland-client >= 1.3.0], |
523 | [ | 523 | [ |
524 | have_dep="yes" | 524 | have_dep="yes" |
525 | requirement="wayland-client" | 525 | requirement="wayland-client" |
@@ -560,7 +560,7 @@ 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.2.0 wayland-egl >= 9.2.0], | 563 | PKG_CHECK_EXISTS([egl >= 7.10 ${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 >= 7.10 ${gl_library} wayland-client wayland-egl" |