From 98b52208ea5ff9e3e029b01554a2505d85051629 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 28 Oct 2012 08:26:26 +0000 Subject: [PATCH] Evas: If we are building wayland_egl and not gl_xlib, then we need to add a package check for gl_eet or else the gl_common code will not build. Signed-off-by: Christopher Michael SVN revision: 78573 --- legacy/evas/m4/evas_check_engine.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/evas/m4/evas_check_engine.m4 b/legacy/evas/m4/evas_check_engine.m4 index fbed024fe1..f79634db45 100644 --- a/legacy/evas/m4/evas_check_engine.m4 +++ b/legacy/evas/m4/evas_check_engine.m4 @@ -745,6 +745,8 @@ else gl_library="gl" fi +PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"]) + PKG_CHECK_MODULES([WAYLAND_EGL], [egl >= 7.10 ${gl_library} wayland-client wayland-egl], [